|
22 | 22 | "php": "^8.2", |
23 | 23 | "ext-json": "*", |
24 | 24 | "guzzlehttp/guzzle": "^7.8", |
25 | | - "illuminate/contracts": "^11.0", |
26 | | - "illuminate/notifications": "^11.0", |
27 | | - "illuminate/support": "^11.0" |
| 25 | + "illuminate/contracts": "^11.0 || ^12.0", |
| 26 | + "illuminate/notifications": "^11.0 || ^12.0", |
| 27 | + "illuminate/support": "^11.0 || ^12.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "larastan/larastan": "^2.9", |
| 30 | + "larastan/larastan": "^3.0", |
31 | 31 | "mockery/mockery": "^1.4.4", |
32 | | - "orchestra/testbench": "^8.0 || ^9.0", |
| 32 | + "orchestra/testbench": "^10.0", |
33 | 33 | "pestphp/pest": "^3.0", |
34 | 34 | "pestphp/pest-plugin-laravel": "^3.0", |
35 | 35 | "phpstan/extension-installer": "^1.2", |
36 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
37 | | - "phpstan/phpstan-phpunit": "^1.3", |
38 | | - "phpunit/phpunit": "^11.0" |
| 36 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 37 | + "phpstan/phpstan-phpunit": "^2.0" |
39 | 38 | }, |
40 | 39 | "minimum-stability": "dev", |
41 | 40 | "prefer-stable": true, |
|
0 commit comments