Skip to content

Commit

Permalink
Revert removing Symfony LTS versions from available versions. (#258)
Browse files Browse the repository at this point in the history
* Don't drop for LTS symfony versions for no reason.

* Add support for all current symfony LTS versions.

* Make sure validate-prefer-lowest test passes.

* Make sure validate-prefer-lowest test passes.
  • Loading branch information
Zylius authored Oct 14, 2022
1 parent 3925796 commit 8e5e432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"google/protobuf": "^3.20.1",
"grpc/grpc": "^1.34",
"nesbot/carbon": "^2.52.0",
"psr/log": "^2.0 || ^3.0",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
"react/promise": "^2.8",
"spiral/attributes": "^2.7 || ^3.0",
"spiral/roadrunner-cli": "^2.2",
"spiral/roadrunner-kv": "^2.1 || ^3.0",
"spiral/roadrunner-worker": "^2.1.3",
"symfony/filesystem": "^6.0",
"symfony/http-client": "^6.0",
"symfony/process": "^6.0"
"symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0",
"symfony/http-client": "^4.4.20 || ^5.0 || ^6.0",
"symfony/process": "^4.4.20 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8e5e432

Please sign in to comment.