0.1.0 initial commit
This commit is contained in:
commit
96ee2c4b79
8 changed files with 268 additions and 0 deletions
20
composer.json
Normal file
20
composer.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "yusurko/caluta7",
|
||||
"type": "project",
|
||||
"version": "0.1.0",
|
||||
"require": {
|
||||
"league/commonmark": "^2.8",
|
||||
"symfony/yaml": "^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yusurko\\Caluta7\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yusur Princeps",
|
||||
"email": "sakuragasaki46@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue