Skip to content

Commit

Permalink
Fix phpstan version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 24, 2024
1 parent 39712c3 commit 91f7c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"massive/search-bundle": "^2.0",
"php-cs-fixer/shim": "^3.9",
"phpspec/prophecy": "^1.16",
"phpstan/phpstan": "1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
Expand Down

0 comments on commit 91f7c38

Please sign in to comment.