Skip to content

Commit

Permalink
Fix version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Apr 29, 2024
1 parent 5b26a69 commit 32a2a62
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 @@ -10,11 +10,11 @@
],
"require": {
"php": ">=8.0",
"guzzlehttp/psr7": "^2.0",
"guzzlehttp/psr7": "^2.5",
"zbateson/mb-wrapper": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "<10.0",
"phpunit/phpunit": "^9.6|^10.0",
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*"
},
Expand Down

0 comments on commit 32a2a62

Please sign in to comment.