Skip to content

Commit

Permalink
bump constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Oct 10, 2024
1 parent 27736df commit 5133fed
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 @@ -20,10 +20,10 @@
"psr-4": { "League\\ISO3166\\": "src" }
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-strict-rules": "^1.6"
"phpunit/phpunit": "^9.6.21",
"phpstan/phpstan": "^1.12.6",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-strict-rules": "^1.6.1"
},
"autoload-dev": {
"psr-4": { "League\\ISO3166\\": "tests" }
Expand Down

0 comments on commit 5133fed

Please sign in to comment.