|
20 | 20 | "require": { |
21 | 21 | "php": "^8.3", |
22 | 22 | "ext-zip": "^1.14.0", |
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", |
| 23 | + "illuminate/console": "^12.40", |
| 24 | + "illuminate/contracts": "^12.40", |
| 25 | + "illuminate/events": "^12.40", |
| 26 | + "illuminate/filesystem": "^12.40", |
| 27 | + "illuminate/notifications": "^12.40", |
| 28 | + "illuminate/support": "^12.40", |
29 | 29 | "league/flysystem": "^3.30.2", |
30 | 30 | "spatie/db-dumper": "^3.8.1", |
31 | 31 | "spatie/laravel-package-tools": "^1.92.7", |
|
37 | 37 | "require-dev": { |
38 | 38 | "composer-runtime-api": "^2.0", |
39 | 39 | "ext-pcntl": "*", |
40 | | - "larastan/larastan": "^3.0", |
| 40 | + "larastan/larastan": "^3.8", |
41 | 41 | "laravel/slack-notification-channel": "^3.7", |
42 | 42 | "league/flysystem-aws-s3-v3": "^3.30.1", |
43 | 43 | "mockery/mockery": "^1.6.12", |
44 | | - "orchestra/testbench": "^10.6", |
45 | | - "pestphp/pest": "^4.1.1", |
| 44 | + "orchestra/testbench": "^10.8", |
| 45 | + "pestphp/pest": "^4.1.5", |
46 | 46 | "phpstan/extension-installer": "^1.4.3", |
47 | | - "phpstan/phpstan-deprecation-rules": "^2.0", |
48 | | - "phpstan/phpstan-phpunit": "^2.0", |
49 | | - "rector/rector": "^2.0" |
| 47 | + "phpstan/phpstan-deprecation-rules": "^2.0.3", |
| 48 | + "phpstan/phpstan-phpunit": "^2.0.8", |
| 49 | + "rector/rector": "^2.2.8" |
50 | 50 | }, |
51 | 51 | "autoload": { |
52 | 52 | "psr-4": { |
|
0 commit comments