-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 941 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 941 Bytes
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
{
"name": "sphring/sphring",
"description": "Spring port in php",
"license": "MIT",
"type": "sphring-plugin",
"authors": [
{
"name": "Arthur Halet",
"email": "arthurh.halet@gmail.com"
}
],
"require": {
"php": ">=5.5.0",
"arhframe/yamlarh": "1.1.*",
"arhframe/util": "1.2.*",
"myclabs/php-enum": "1.4.*",
"zf1/zend-config": "~1.12",
"psr/log": "^1.0.1",
"symfony/event-dispatcher": "~3.0",
"romaricdrigon/metayaml": "~1.0",
"symfony/expression-language": "~3.0",
"ocramius/proxy-manager": "~1.0",
"zendframework/zend-code": "2.3.1",
"zendframework/zend-eventmanager": "2.3.1",
"zendframework/zend-stdlib": "2.3.1",
"doctrine/annotations": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "5.3.0",
"filp/whoops": "*",
"monolog/monolog": "*"
},
"autoload": {
"psr-4": {
"Arthurh\\Sphring\\": "src/Arthurh/Sphring/"
}
}
}