|
20 | 20 | "license": "MIT", |
21 | 21 | "require": { |
22 | 22 | "php": "^8.2", |
23 | | - "illuminate/container": "^10.0|^11|^12", |
24 | | - "illuminate/database": "^10.30|^11|^12", |
25 | | - "illuminate/events": "^10.0|^11|^12", |
26 | | - "illuminate/support": "^10.0|^11|^12", |
| 23 | + "illuminate/container": "^11.0|^12.0|^13.0", |
| 24 | + "illuminate/database": "^11.0|^12.0|^13.0", |
| 25 | + "illuminate/events": "^11.0|^12.0|^13.0", |
| 26 | + "illuminate/support": "^11.0|^12.0|^13.0", |
27 | 27 | "elasticsearch/elasticsearch": "^8.17", |
28 | 28 | "spatie/ignition": "^1.15", |
29 | | - "pdphilip/omniterm": "^2.1.1" |
| 29 | + "pdphilip/omniterm": "^3.0" |
30 | 30 | }, |
31 | 31 | "require-dev": { |
32 | | - "orchestra/testbench": "^10.1||^9.0.0||^8.22.0", |
| 32 | + "orchestra/testbench": "^9.0||^10.0||^11.0", |
33 | 33 | "mockery/mockery": "^1.4.4", |
34 | 34 | "doctrine/coding-standard": "12.0.x-dev", |
35 | | - "pestphp/pest": "^3", |
36 | | - "pestphp/pest-plugin-laravel": "^3", |
| 35 | + "pestphp/pest": "^3||^4", |
| 36 | + "pestphp/pest-plugin-laravel": "^3||^4", |
37 | 37 | "laravel/pint": "^1.14", |
38 | | - "nunomaduro/collision": "^8.1.1||^7.10.0", |
| 38 | + "nunomaduro/collision": "^8.1.1", |
39 | 39 | "larastan/larastan": "^3", |
40 | | - "pestphp/pest-plugin-arch": "^3", |
41 | | - "phpstan/extension-installer": "^1.4", |
| 40 | + "pestphp/pest-plugin-arch": "^3||^4", |
| 41 | + "phpstan/extension-installer": "^1.4||^2.0", |
42 | 42 | "phpstan/phpstan-deprecation-rules": "^2", |
43 | 43 | "phpstan/phpstan-phpunit": "^2" |
44 | 44 | }, |
|
93 | 93 | "@test:lint", |
94 | 94 | "@test:types", |
95 | 95 | "@test:unit" |
| 96 | + ], |
| 97 | + "test:l11": [ |
| 98 | + "@composer update --with laravel/framework:^11.0 --prefer-stable --no-interaction --quiet", |
| 99 | + "@test:unit" |
| 100 | + ], |
| 101 | + "test:l12": [ |
| 102 | + "@composer update --with laravel/framework:^12.0 --prefer-stable --no-interaction --quiet", |
| 103 | + "@test:unit" |
| 104 | + ], |
| 105 | + "test:l13": [ |
| 106 | + "@composer update --with laravel/framework:^13.0 --prefer-stable --no-interaction --quiet", |
| 107 | + "@test:unit" |
| 108 | + ], |
| 109 | + "test:all": [ |
| 110 | + "Composer\\Config::disableProcessTimeout", |
| 111 | + "@test:l11", |
| 112 | + "@test:l12", |
| 113 | + "@test:l13" |
96 | 114 | ] |
97 | 115 | } |
98 | 116 | } |
0 commit comments