Skip to content

Commit

Permalink
chore: update phpstan
Browse files Browse the repository at this point in the history
also tighten version constraint for phpunit
  • Loading branch information
hussainweb committed Sep 15, 2023
1 parent d5859b8 commit f809644
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 @@ -23,8 +23,8 @@
"require-dev": {
"http-interop/http-factory-guzzle": "^1.2",
"php-http/mock-client": "^1.3",
"phpstan/phpstan": "^0.12.33",
"phpunit/phpunit": "^8.0 || ^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit f809644

Please sign in to comment.