Skip to content

Commit

Permalink
Update PHPStan packages to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 683f151 commit 3e372d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"pestphp/pest-plugin-laravel": "^3.0",
"pestphp/pest-plugin-livewire": "^3.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^2.0",
"spatie/laravel-ignition": "^2.3",
"spatie/laravel-ray": "^1.33"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"pestphp/pest-plugin-arch": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"spatie/laravel-ray": "^1.35"
},
"config": {
Expand Down

0 comments on commit 3e372d5

Please sign in to comment.