Skip to content

Commit adf5c61

Browse files
committed
Fixed deps
1 parent 891b9ca commit adf5c61

File tree

3 files changed

+9
-3896
lines changed

3 files changed

+9
-3896
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
2-
.php_cs.cache
2+
.php_cs.cache
3+
composer.lock

Diff for: composer.json

+7-10
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@
1212
"require": {
1313
"php": ">=7.1",
1414

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"
2120
},
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"
2623
},
2724
"autoload": {
2825
"psr-4": {

0 commit comments

Comments
 (0)