-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathcomposer.json
31 lines (31 loc) · 859 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "quickapps/cms",
"description": "QuickAppsCMS, open source content management system for PHP",
"type": "project",
"keywords": ["framework", "cms", "cmf", "cakephp"],
"homepage": "http://quickappscms.org",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Castro",
"email": "chris@quickapps.es"
}
],
"support": {
"issues": "https://github.com/quickapps/cms/issues",
"source": "https://github.com/quickapps/cms"
},
"require": {
"php": ">=5.6",
"goaop/framework": "2.1.2",
"cakephp/cakephp": "3.3.16",
"phpunit/phpunit": "<6.0",
"cakephp/cakephp-codesniffer": "~2.1"
},
"autoload": {
"psr-4": {
"CMS\\": "plugins/CMS/src",
"CMS\\Test\\": "tests"
}
}
}