Skip to content

Commit dc8219f

Browse files
committed
Laravel 12.x Support
1 parent 197acab commit dc8219f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"ext-ffi": "*",
1414
"doctrine/dbal": "^3.7",
1515
"jcupitt/vips": "^2.0",
16-
"laravel/framework": "^9.0|^10.0|^11.0",
17-
"nesbot/carbon": "^2.0"
16+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0",
17+
"nesbot/carbon": "^2.0|^3.0"
1818
},
1919
"require-dev": {
20-
"larastan/larastan": "^2.0",
20+
"larastan/larastan": "^2.0|^3.0",
2121
"laravel/pint": "^1.0",
22-
"orchestra/testbench": "^8.11"
22+
"orchestra/testbench": "^8.0|^9.0|^10.0"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -37,8 +37,8 @@
3737
},
3838
"scripts": {
3939
"test": "./vendor/bin/phpunit --do-not-cache-result",
40-
"cs-check": "./vendor/bin/pint --test",
41-
"cs-fix": "./vendor/bin/pint",
40+
"cs-check": "./vendor/bin/pint --test --parallel",
41+
"cs-fix": "./vendor/bin/pint --parallel",
4242
"stan": "./vendor/bin/phpstan analyse --memory-limit=-1"
4343
},
4444
"config": {

0 commit comments

Comments
 (0)