Skip to content

Commit

Permalink
Revert PHPStan version constraint after fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 6, 2024
1 parent 753c633 commit d88c9de
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 @@ -20,7 +20,7 @@
"barryvdh/laravel-ide-helper": "^3.0",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "1.11.1",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.4",
"phpunit/phpunit": "^11.0"
Expand Down

0 comments on commit d88c9de

Please sign in to comment.