Skip to content

Commit

Permalink
Add support for RoadRunner 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed May 20, 2024
1 parent 522e812 commit f86a9a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"nyholm/psr7": "^1.3",
"nyholm/psr7-server": "^1.0",
"react/http": "^1.2",
"spiral/roadrunner": "^2.0",
"spiral/roadrunner": "^2.0 || ^2023.3 || ^2024.1",
"spiral/roadrunner-cli": "^2.6",
"spiral/roadrunner-http": "^2.2 || ^3.5.1",
"symfony/console": "^5.2 || ^6.0",
"symfony/dependency-injection": "^5.2 || ^6.0",
"symfony/http-foundation": "^5.3 || ^6.0",
Expand Down
4 changes: 3 additions & 1 deletion src/roadrunner-nyholm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
],
"require": {
"nyholm/psr7": "^1.4",
"spiral/roadrunner": "^2.0",
"spiral/roadrunner": "^2.0 || ^2023.3 || ^2024.1",
"spiral/roadrunner-cli": "^2.6",
"spiral/roadrunner-http": "^2.2 || ^3.5.1",
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
Expand Down
7 changes: 5 additions & 2 deletions src/roadrunner-symfony-nyholm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
"require": {
"php": ">=8.0.5",
"nyholm/psr7": "^1.4",
"spiral/roadrunner": "^2.0",
"spiral/roadrunner": "^2.0 || ^2023.3 || ^2024.1",
"spiral/roadrunner-cli": "^2.6",
"spiral/roadrunner-http": "^2.2 || ^3.5.1",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/psr-http-message-bridge": "^2.1 || ^6.4 || ^7.0",
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"symfony/console": "^6.4 || ^7.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit f86a9a6

Please sign in to comment.