AntCMS/composer.json
2023-01-11 21:09:36 -08:00

32 lines
823 B
JSON

{
"name": "antcms/antcms",
"type": "project",
"license": "Apache-2.0",
"description": "A simple CMS built with PHP and Markdown",
"homepage": "https://antcms.org/",
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/AntCMS-org/AntCMS/issues"
},
"require": {
"symfony/yaml": "^6.0",
"php": ">=8.0",
"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"
}
}