35 lines
936 B
JSON
35 lines
936 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",
|
|
"donatello-za/rake-php-plus": "^1.0",
|
|
"embed/embed": "^4.4"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Belle Aerni",
|
|
"email": "belleaerni@gmail.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "src/Vendor"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.9",
|
|
"phpunit/phpunit": "^9.5",
|
|
"rector/rector": "^0.15.4"
|
|
}
|
|
}
|