Skip to content

Commit e175bdf

Browse files
committed
Add support for RoadRunner 2024
1 parent 522e812 commit e175bdf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"nyholm/psr7": "^1.3",
2121
"nyholm/psr7-server": "^1.0",
2222
"react/http": "^1.2",
23-
"spiral/roadrunner": "^2.0",
23+
"spiral/roadrunner": "^2.0 || ^2023.3 || ^2024.1",
24+
"spiral/roadrunner-http": "^2.2 || ^3.5.1",
25+
"spiral/roadrunner-cli": "^2.6",
2426
"symfony/console": "^5.2 || ^6.0",
2527
"symfony/dependency-injection": "^5.2 || ^6.0",
2628
"symfony/http-foundation": "^5.3 || ^6.0",

src/roadrunner-nyholm/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
],
1212
"require": {
1313
"nyholm/psr7": "^1.4",
14-
"spiral/roadrunner": "^2.0",
14+
"spiral/roadrunner": "^2.0 || ^2023.3 || ^2024.1",
15+
"spiral/roadrunner-http": "^2.2 || ^3.5.1",
16+
"spiral/roadrunner-cli": "^2.6",
1517
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
1618
},
1719
"require-dev": {

src/roadrunner-symfony-nyholm/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@
1212
"require": {
1313
"php": ">=8.0.5",
1414
"nyholm/psr7": "^1.4",
15-
"spiral/roadrunner": "^2.0",
15+
"spiral/roadrunner": "^2.0 || ^2023.3 || ^2024.1",
16+
"spiral/roadrunner-http": "^2.2 || ^3.5.1",
17+
"spiral/roadrunner-cli": "^2.6",
1618
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
1719
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
1820
"symfony/psr-http-message-bridge": "^2.1 || ^6.4 || ^7.0",
1921
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
2022
},
2123
"require-dev": {
22-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^9.5",
25+
"symfony/console": "^6.4 || ^7.0"
2326
},
2427
"minimum-stability": "dev",
2528
"prefer-stable": true,

0 commit comments

Comments
 (0)