Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit d3e6ce3

Browse files
authored
Update composer.json
1 parent b5a695b commit d3e6ce3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"illuminate/contracts": "^9.0|^10.0|^11.0",
25+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
2626
"saloonphp/saloon": "^3.0",
27-
"spatie/laravel-package-tools": "^1.16.1"
27+
"spatie/laravel-package-tools": "^1.92.7"
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^3.8",
31-
"nunomaduro/collision": "^6.0",
32-
"nunomaduro/larastan": "^2.0.1",
33-
"orchestra/testbench": "^7.0",
34-
"phpstan/extension-installer": "^1.1",
35-
"phpstan/phpstan-deprecation-rules": "^1.0",
36-
"phpstan/phpstan-phpunit": "^1.0",
37-
"phpunit/phpunit": "^9.5",
38-
"spatie/laravel-ray": "^1.26"
31+
"nunomaduro/collision": "^8.0",
32+
"nunomaduro/larastan": "^3.0.0",
33+
"orchestra/testbench": "^10.0",
34+
"phpstan/extension-installer": "^1.4.3",
35+
"phpstan/phpstan-deprecation-rules": "^2.0",
36+
"phpstan/phpstan-phpunit": "^2.0",
37+
"phpunit/phpunit": "^12.0",
38+
"spatie/laravel-ray": "^1.40"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)