AntCMS/composer.json

20 lines
429 B
JSON
Raw Normal View History

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