AntCMS/composer.json
2023-01-09 12:50:11 -08:00

28 lines
696 B
JSON

{
"name": "belle/ant-cms",
"type": "project",
"license": "Apache-2.0",
"description": "A simple CMS built with PHP and Markdown",
"minimum-stability": "stable",
"require": {
"symfony/yaml": "^6.0",
"php": ">=7.4",
"league/commonmark": "^2.3",
"elgigi/commonmark-emoji": "^2.0",
"twig/twig": "^3.5",
"shapecode/twig-string-loader": "^1.1"
},
"authors": [
{
"name": "Belle Aerni",
"email": "belleaerni@gmail.com"
}
],
"config": {
"vendor-dir": "src/Vendor"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5"
}
}