19 lines
429 B
JSON
19 lines
429 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"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Belle Aerni",
|
|
"email": "belleaerni@gmail.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "src/Vendor"
|
|
}
|
|
}
|