Skip to content

Commit

Permalink
fix dependency larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
gpibarra authored Oct 24, 2024
1 parent 7af7a62 commit fac19f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"larastan/larastan": "^2.9",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.1",
"pestphp/pest-plugin-arch": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
'phpstan/extension-installer',
'phpstan/phpstan-deprecation-rules',
'phpstan/phpstan-phpunit',
'nunomaduro/larastan',
'larastan/larastan',
], 'require-dev');

removeComposerDeps(['analyse'], 'scripts');
Expand Down

0 comments on commit fac19f3

Please sign in to comment.