|
26 | 26 | ], |
27 | 27 | "require": { |
28 | 28 | "php": ">=8.2 <9.0", |
29 | | - "illuminate/contracts": "^10.0||^11.0||^12.0", |
| 29 | + "illuminate/contracts": "^10.0||^11.0||^12.0||^13.0", |
30 | 30 | "spatie/laravel-package-tools": "^1.16" |
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | 33 | "tightenco/duster": "^3.2", |
34 | | - "driftingly/rector-laravel": "^1.2", |
35 | | - "larastan/larastan": "^2.9", |
| 34 | + "driftingly/rector-laravel": "^1.2||^2.1", |
| 35 | + "larastan/larastan": "^2.9||^3.9", |
36 | 36 | "laravel/pint": "^1.14", |
37 | 37 | "nunomaduro/collision": "^8.1.1||^7.10.0", |
38 | | - "orchestra/testbench": "^9.0.0||^8.22.0", |
39 | | - "pestphp/pest": "^2.34", |
40 | | - "pestphp/pest-plugin-arch": "^2.7", |
41 | | - "pestphp/pest-plugin-laravel": "^2.3", |
| 38 | + "orchestra/testbench": "^9.0.0||^8.22.0||^11.0", |
| 39 | + "pestphp/pest": "^2.34||^4.4", |
| 40 | + "pestphp/pest-plugin-arch": "^2.7||^4.0", |
| 41 | + "pestphp/pest-plugin-laravel": "^2.3||^4.1", |
42 | 42 | "phpstan/extension-installer": "^1.3", |
43 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
44 | | - "phpstan/phpstan-phpunit": "^1.3", |
45 | | - "rector/rector": "^1.2" |
| 43 | + "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", |
| 44 | + "phpstan/phpstan-phpunit": "^1.3||^2.0", |
| 45 | + "rector/rector": "^1.2||^2.3" |
46 | 46 | }, |
47 | 47 | "autoload": { |
48 | 48 | "psr-4": { |
|
82 | 82 | "extra": { |
83 | 83 | "laravel": { |
84 | 84 | "providers": [ |
85 | | - "Msamgan\\LaravelEnvKeysChecker\\LaravelEnvKeysCheckerServiceProvider" |
| 85 | + "Msamgan\\LaravelEnvKeysChecker\\LaravelEnvKeysCheckerServiceProvider" |
86 | 86 | ], |
87 | 87 | "aliases": { |
88 | 88 | "LaravelEnvKeysChecker": "Msamgan\\LaravelEnvKeysChecker\\Facades\\LaravelEnvKeysChecker" |
|
0 commit comments