Skip to content

Commit 335092b

Browse files
committed
wip
1 parent a5832b8 commit 335092b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@
2626
"illuminate/filesystem": "^11.0|^12.6",
2727
"illuminate/notifications": "^11.0|^12.6",
2828
"illuminate/support": "^11.0|^12.6",
29-
"league/flysystem": "^3.0",
30-
"spatie/db-dumper": "^3.8",
31-
"spatie/laravel-package-tools": "^1.6.2",
32-
"spatie/laravel-signal-aware-command": "^1.2|^2.0",
33-
"spatie/temporary-directory": "^2.0",
34-
"symfony/console": "^6.0|^7.0|^8.0",
35-
"symfony/finder": "^6.0|^7.0|^8.0"
29+
"league/flysystem": "^3.30.2",
30+
"spatie/db-dumper": "^3.8.1",
31+
"spatie/laravel-package-tools": "^1.92.7",
32+
"spatie/laravel-signal-aware-command": "^1.2|^2.1",
33+
"spatie/temporary-directory": "^2.3",
34+
"symfony/console": "^6.0|^7.3.6|^8.0",
35+
"symfony/finder": "^6.0|^7.3.5|^8.0"
3636
},
3737
"require-dev": {
3838
"composer-runtime-api": "^2.0",
3939
"ext-pcntl": "*",
40-
"larastan/larastan": "^2.7.0|^3.0",
41-
"laravel/slack-notification-channel": "^2.5|^3.0",
42-
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
43-
"mockery/mockery": "^1.4",
44-
"orchestra/testbench": "^9.6|^10.0",
45-
"pestphp/pest": "^4.0",
46-
"phpstan/extension-installer": "^1.1",
47-
"phpstan/phpstan-deprecation-rules": "^1.0",
48-
"phpstan/phpstan-phpunit": "^1.1",
49-
"rector/rector": "^1.1"
40+
"larastan/larastan": "^2.11.2|^3.0",
41+
"laravel/slack-notification-channel": "^2.5|^3.7",
42+
"league/flysystem-aws-s3-v3": "^2.0|^3.30.1",
43+
"mockery/mockery": "^1.6.12",
44+
"orchestra/testbench": "^9.15|^10.6",
45+
"pestphp/pest": "^4.1.1",
46+
"phpstan/extension-installer": "^1.4.3",
47+
"phpstan/phpstan-deprecation-rules": "^1.2.1",
48+
"phpstan/phpstan-phpunit": "^1.4.2",
49+
"rector/rector": "^1.2.10"
5050
},
5151
"autoload": {
5252
"psr-4": {

0 commit comments

Comments
 (0)