Skip to content

Commit

Permalink
fix: phpstan version constraint mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 17, 2022
1 parent 706a79a commit b186c2d
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 @@ -56,9 +56,9 @@
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9",
"phpstan/phpstan": "^1.1.2",
"phpstan/phpstan": "^1.4.6",
"wdes/coding-standard": "^3",
"phpstan/phpstan-phpunit": "^1.4.6"
"phpstan/phpstan-phpunit": "^1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b186c2d

Please sign in to comment.