forked from php-pm/php-pm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.13 KB
/
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
{
"name": "gos/php-pm",
"require": {
"php": ">=5.5.0",
"symfony/console": "^2.6|^3.0",
"symfony/debug": "^2.6|^3.0",
"symfony/process": "^2.6|^3.0",
"react/event-loop": "^0.4",
"react/stream": "^0.4",
"react/http": "dev-master#cd15204bd15d106d7832c680e4fb0ca0ce2f5e30",
"react/socket-client": "^0.5.0",
"mkraemer/react-pcntl": "2.0.*",
"monolog/monolog": "^1.3"
},
"require-dev": {
"php-pm/httpkernel-adapter": "dev-master",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.3"
},
"autoload": {
"psr-4": {
"PHPPM\\": ""
}
},
"suggest": {
"php-pm/httpkernel-adapter": "HttpKernel adapter for Symfony and Laravel frameworks",
"php-pm/zend-adapter": "Zend application framework adapter",
"ext-libevent": "Allows for use of a more performant event-loop implementation.",
"ext-libev": "Allows for use of a more performant event-loop implementation.",
"ext-event": "Allows for use of a more performant event-loop implementation."
},
"bin": ["bin/ppm"]
}