1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.2 " ,
20- "illuminate/contracts" : " ^10 .0||^11 .0||^12 .0" ,
21- "pdphilip/elasticsearch" : " ^5" ,
22- "pdphilip/omniterm" : " ^2 " ,
23- "pdphilip/cf-request" : " ^3" ,
19+ "php" : " ^8.3 " ,
20+ "illuminate/contracts" : " ^11 .0||^12 .0||^13 .0" ,
21+ "pdphilip/elasticsearch" : " ^5.6 " ,
22+ "pdphilip/omniterm" : " ^3.0 " ,
23+ "pdphilip/cf-request" : " ^3.1 " ,
2424 "spatie/laravel-package-tools" : " ^1.16"
2525 },
2626 "require-dev" : {
2727 "laravel/pint" : " ^1.14" ,
28- "larastan/larastan" : " ^2||^ 3" ,
29- "nunomaduro/collision" : " ^7.10.0||^ 8.1.1" ,
30- "orchestra/testbench" : " ^8 .0||^9 .0||^10 .0" ,
31- "pestphp/pest" : " ^2 ||^3 " ,
32- "pestphp/pest-plugin-arch" : " ^2 ||^3 " ,
33- "pestphp/pest-plugin-laravel" : " ^2 ||^3 " ,
34- "phpstan/extension-installer" : " ^1.3 " ,
35- "phpstan/phpstan-deprecation-rules" : " ^1||^ 2" ,
36- "phpstan/phpstan-phpunit" : " ^1||^ 2"
28+ "larastan/larastan" : " ^3" ,
29+ "nunomaduro/collision" : " ^8.1.1" ,
30+ "orchestra/testbench" : " ^9 .0||^10 .0||^11 .0" ,
31+ "pestphp/pest" : " ^3 ||^4 " ,
32+ "pestphp/pest-plugin-arch" : " ^3 ||^4 " ,
33+ "pestphp/pest-plugin-laravel" : " ^3 ||^4 " ,
34+ "phpstan/extension-installer" : " ^1.4||^2.0 " ,
35+ "phpstan/phpstan-deprecation-rules" : " ^2" ,
36+ "phpstan/phpstan-phpunit" : " ^2"
3737 },
3838 "autoload" : {
3939 "psr-4" : {
7070 " @test:lint" ,
7171 " @test:types" ,
7272 " @test:unit"
73+ ],
74+ "test:l11" : [
75+ " @composer update --with laravel/framework:^11.0 --prefer-stable --no-interaction --quiet" ,
76+ " @test:unit"
77+ ],
78+ "test:l12" : [
79+ " @composer update --with laravel/framework:^12.0 --prefer-stable --no-interaction --quiet" ,
80+ " @test:unit"
81+ ],
82+ "test:l13" : [
83+ " @composer update --with laravel/framework:^13.0 --prefer-stable --no-interaction --quiet" ,
84+ " @test:unit"
85+ ],
86+ "test:all" : [
87+ " Composer\\ Config::disableProcessTimeout" ,
88+ " @test:l11" ,
89+ " @test:l12" ,
90+ " @test:l13"
7391 ]
7492 },
7593 "config" : {
89107 },
90108 "minimum-stability" : " dev" ,
91109 "prefer-stable" : true
92- }
110+ }
0 commit comments