Skip to content

Commit

Permalink
Update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
nocive committed Feb 3, 2025
1 parent 5089b39 commit 22ae211
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
}
],
"require": {
"phpstan/phpstan-beberlei-assert": "^1.0 || ^2.0",
"phpstan/phpstan-doctrine": "^1.0 || ^2.0",
"phpstan/phpstan-phpunit": "^0.11 || ^0.12 || ^1.0 || ^2.0",
"phpstan/phpstan-symfony": "^0.11 || ^0.12 || ^1.0 || ^2.0",
"slam/phpstan-extensions": "^3.0 || ^4.0 || ^5.0 || ^6.0"
"phpstan/phpstan-phpunit": "^1.0 || ^2.0",
"phpstan/phpstan-symfony": "^1.0 || ^2.0",
"slam/phpstan-extensions": "^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 22ae211

Please sign in to comment.