Skip to content

Commit

Permalink
ci: fix add multiple versions to manage multiple PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
misaert committed Nov 19, 2024
1 parent caa9a08 commit 25000e2
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 @@ -28,8 +28,8 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "@stable",
"symfony/var-dumper": "^7.1",
"pestphp/pest": "^3.5"
"symfony/var-dumper": "^5.4|^6.4|^7.1",
"pestphp/pest": "^1.22|^2.36|^3.5"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 25000e2

Please sign in to comment.