Skip to content

Commit 809068e

Browse files
chore: ⬆️ upgrade dependencies
1 parent 5583aa4 commit 809068e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
],
2525
"require": {
2626
"php": "^8.4",
27-
"spatie/laravel-package-tools": "^1.16",
28-
"illuminate/contracts": "^10.0||^11.0||^12.0"
27+
"illuminate/contracts": "^10.0||^11.0||^12.0",
28+
"spatie/laravel-package-tools": "^1.92"
2929
},
3030
"require-dev": {
31-
"laravel/pint": "^1.14",
31+
"laravel/pint": "^1.22",
3232
"nunomaduro/collision": "^8.1.1||^7.10.0",
3333
"larastan/larastan": "^2.9||^3.0",
3434
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
@@ -38,7 +38,7 @@
3838
"phpstan/extension-installer": "^1.3||^2.0",
3939
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
4040
"phpstan/phpstan-phpunit": "^1.3||^2.0",
41-
"spatie/laravel-ray": "^1.35"
41+
"spatie/laravel-ray": "^1.40.2"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)