|
18 | 18 | "require": { |
19 | 19 | "php": "^8.1", |
20 | 20 | "guzzlehttp/guzzle": "^7.5", |
21 | | - "illuminate/contracts": "^9.0|^10.0|^11.0", |
| 21 | + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", |
22 | 22 | "j0k3r/php-readability": "^2.0", |
23 | 23 | "jeremykendall/php-domain-parser": "^6.3", |
24 | 24 | "spatie/browsershot": "^3.0|^4.0|^5.0", |
|
30 | 30 | "require-dev": { |
31 | 31 | "laravel/pint": "^1.0", |
32 | 32 | "nunomaduro/collision": "^6.0|^7.0|^8.0", |
33 | | - "nunomaduro/larastan": "^2.0.1", |
| 33 | + "nunomaduro/larastan": "^2.0.1|^3.1", |
34 | 34 | "orchestra/testbench": "^7.0|^8.0|^9.0", |
35 | | - "pestphp/pest": "^1.0|^2.34", |
36 | | - "pestphp/pest-plugin-laravel": "^1.0|^2.3", |
37 | | - "phpstan/extension-installer": "^1.1", |
38 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
39 | | - "phpstan/phpstan-phpunit": "^1.0", |
40 | | - "phpunit/phpunit": "^9.5|^10.0" |
| 35 | + "pestphp/pest": "^1.0|^2.34|^3.0", |
| 36 | + "pestphp/pest-plugin-laravel": "^1.0|^2.3|^3.0", |
| 37 | + "phpstan/extension-installer": "^1.4", |
| 38 | + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
| 39 | + "phpstan/phpstan-phpunit": "^1.0|^2.0", |
| 40 | + "phpunit/phpunit": "^9.5|^10.0|^11.0" |
41 | 41 | }, |
42 | 42 | "autoload": { |
43 | 43 | "psr-4": { |
|
0 commit comments