AntCMS/composer.json
2023-01-06 14:17:33 -08:00

19 lines
429 B
JSON

{
"name": "belle/ant-cms",
"type": "project",
"description": "A simple CMS built with PHP and Markdown",
"minimum-stability": "stable",
"require": {
"michelf/php-markdown": "^2.0",
"symfony/yaml": "^6.0"
},
"authors": [
{
"name": "Belle Aerni",
"email": "belleaerni@gmail.com"
}
],
"config": {
"vendor-dir": "src/Vendor"
}
}