0.1.0 initial commit

This commit is contained in:
Yusur 2026-02-12 13:30:53 +01:00
commit 96ee2c4b79
8 changed files with 268 additions and 0 deletions

20
composer.json Normal file
View 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"
}
]
}