Added some info to composer.json
This commit is contained in:
parent
a2f8c3617a
commit
36ab96bf8c
2 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"name": "belle/ant-cms",
|
||||
"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",
|
||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4fc85db32453a70401719d5162e9be02",
|
||||
"content-hash": "43edbcf416f751f14ae5ce7be4c414e8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
|
|
Loading…
Reference in a new issue