forked from apexpl/apex_v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 979 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
32
33
34
35
36
37
38
39
{
"name": "apex/apex",
"description": "Apex Software Platform",
"keywords": [
"apex",
"framework",
"platform",
"infrastructure"
],
"type": "project",
"homepage": "https://apexpl.io",
"license": "MIT",
"require": {
"php": ">=7.4.0",
"cboden/ratchet": ">=0.4.1",
"michelf/php-markdown": ">=1.9.0",
"league/flysystem": ">=1.0.6",
"php-amqplib/php-amqplib": ">=2.11",
"symfony/inflector": ">=5.0.2",
"symfony/yaml": ">=5.0.2"
},
"require-dev": {
"phpunit/phpunit": ">=9.1.0",
"squizlabs/php_codesniffer": ">=3.5"
},
"autoload": {
"psr-4": {
"apex\\": "src/"
}
},
"support": {
"support": "https://reddit.com/r/Apex_Platform",
"source": "https://github.com/apexpl/apex"
},
"scripts": {
"test": "./vendor/bin/phpunit",
"phpdoc": "./vendor/bin/phpdoc"
}
}