Skip to content

Commit c0931ba

Browse files
Added Laravel 12 support (#33)
1 parent 604ffc3 commit c0931ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1|^8.2|^8.3",
18+
"php": "^8.2|^8.3",
1919
"ext-fileinfo": "*",
2020
"statamic/cms": "^5.0",
21-
"laravel/framework": "^10.0 || ^11.0",
22-
"league/glide": "^2.2"
21+
"laravel/framework": "^11.0 || ^12.0",
22+
"league/glide": "^2.3"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.7",
2626
"larastan/larastan": "^2.5",
2727
"phpstan/phpstan-mockery": "^1.1",
28-
"phpunit/phpunit": "^10.1",
29-
"orchestra/testbench": "^8.0|^9.0",
28+
"phpunit/phpunit": "^10.1 || ^11.5",
29+
"orchestra/testbench": "^8.0|^9.0|^10.0",
3030
"pestphp/pest": "^2.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)