AntCMS/composer.json
2023-01-06 18:25:28 -08:00

24 lines
515 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",
"php": ">=7.4"
},
"authors": [
{
"name": "Belle Aerni",
"email": "belleaerni@gmail.com"
}
],
"config": {
"vendor-dir": "src/Vendor"
},
"require-dev": {
"phpstan/phpstan": "^1.9"
}
}