File tree 3 files changed +9
-3896
lines changed
3 files changed +9
-3896
lines changed Original file line number Diff line number Diff line change 1
1
vendor
2
- .php_cs.cache
2
+ .php_cs.cache
3
+ composer.lock
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " >=7.1" ,
14
14
15
- "symfony/http-kernel" : " *" ,
16
- "apisearch-io/symfony-async-http-kernel" : " dev-master" ,
17
- "react/http" : " *" ,
18
- "react/event-loop" : " *" ,
19
- "react/socket" : " *" ,
20
- "react/promise" : " *"
15
+ "symfony/http-kernel" : " ^4.2" ,
16
+ "react/http" : " ^0.8" ,
17
+ "react/event-loop" : " ^1" ,
18
+ "react/socket" : " ^1" ,
19
+ "react/promise" : " ^2"
21
20
},
22
- "require-dev" : {
23
- "phpunit/phpunit" : " ^7.0.0" ,
24
- "mmoreram/php-formatter" : " ^1.3.1" ,
25
- "friendsofphp/php-cs-fixer" : " ^2.5.0"
21
+ "suggest" : {
22
+ "apisearch-io/symfony-async-http-kernel" : " To enable --non-blocking flag and work with Async Kernel"
26
23
},
27
24
"autoload" : {
28
25
"psr-4" : {
You can’t perform that action at this time.
0 commit comments