Skip to content

Commit

Permalink
- support multipe packages version based on php version
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ss1m committed Oct 22, 2024
1 parent 3171a9b commit 88dfbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"require": {
"php": "^8.0",
"symfony/http-client": "^6.0"
"symfony/http-client": "^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.0",
"pestphp/pest": "^1.0|^2.0|^3.0",
"laravel/pint": "^1.0",
"spatie/ray": "^1.0"
},
Expand Down

0 comments on commit 88dfbcc

Please sign in to comment.