Skip to content

Commit

Permalink
Revert "feat(road-runner): allow ^2023.1.0 and ^2.0" (#145)
Browse files Browse the repository at this point in the history
Reverts php-runtime/runtime#138 because of accidently merge
  • Loading branch information
alexander-schranz authored Oct 26, 2023
1 parent fc39216 commit a02757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=8.0.5",
"nyholm/psr7": "^1.4",
"spiral/roadrunner": "^2.0 || ^2023.1.0",
"spiral/roadrunner": "^2.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/psr-http-message-bridge": "^2.1",
Expand Down

0 comments on commit a02757a

Please sign in to comment.