|
20 | 20 | "require": { |
21 | 21 | "php": "^8.3", |
22 | 22 | "ext-zip": "^1.14.0", |
23 | | - "illuminate/console": "^11.0|^12.6", |
24 | | - "illuminate/contracts": "^11.0|^12.6", |
25 | | - "illuminate/events": "^11.0|^12.6", |
26 | | - "illuminate/filesystem": "^11.0|^12.6", |
27 | | - "illuminate/notifications": "^11.0|^12.6", |
28 | | - "illuminate/support": "^11.0|^12.6", |
| 23 | + "illuminate/console": "^12.6", |
| 24 | + "illuminate/contracts": "^12.6", |
| 25 | + "illuminate/events": "^12.6", |
| 26 | + "illuminate/filesystem": "^12.6", |
| 27 | + "illuminate/notifications": "^12.6", |
| 28 | + "illuminate/support": "^12.6", |
29 | 29 | "league/flysystem": "^3.30.2", |
30 | 30 | "spatie/db-dumper": "^3.8.1", |
31 | 31 | "spatie/laravel-package-tools": "^1.92.7", |
32 | | - "spatie/laravel-signal-aware-command": "^1.2|^2.1", |
| 32 | + "spatie/laravel-signal-aware-command": "^2.1", |
33 | 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" |
| 34 | + "symfony/console": "^7.3.6|^8.0", |
| 35 | + "symfony/finder": "^7.3.5|^8.0" |
36 | 36 | }, |
37 | 37 | "require-dev": { |
38 | 38 | "composer-runtime-api": "^2.0", |
39 | 39 | "ext-pcntl": "*", |
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", |
| 40 | + "larastan/larastan": "^3.0", |
| 41 | + "laravel/slack-notification-channel": "^3.7", |
| 42 | + "league/flysystem-aws-s3-v3": "^3.30.1", |
43 | 43 | "mockery/mockery": "^1.6.12", |
44 | | - "orchestra/testbench": "^9.15|^10.6", |
| 44 | + "orchestra/testbench": "^10.6", |
45 | 45 | "pestphp/pest": "^4.1.1", |
46 | 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" |
| 47 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 48 | + "phpstan/phpstan-phpunit": "^2.0", |
| 49 | + "rector/rector": "^2.0" |
50 | 50 | }, |
51 | 51 | "autoload": { |
52 | 52 | "psr-4": { |
|
0 commit comments