Skip to content

Commit e7717f1

Browse files
authored
Merge pull request #164 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents bc29a53 + 41647a2 commit e7717f1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@
1919
],
2020
"require": {
2121
"php": ">=8.1",
22-
"illuminate/support": "^10.0|^11.0",
23-
"illuminate/cache": "^10.0|^11.0",
22+
"illuminate/support": "^10.0|^11.0|^12.0",
23+
"illuminate/cache": "^10.0|^11.0|^12.0",
2424
"intervention/image": "^3.4"
2525
},
2626
"suggest": {
2727
"ext-gd": "Needed to support image manipulation",
2828
"ext-imagick": "Needed to support image manipulation, better than GD"
2929
},
30-
3130
"require-dev": {
3231
"roave/security-advisories": "dev-latest",
3332
"phpunit/phpunit": "^10.5",
3433
"mockery/mockery": "~1.3",
3534
"php-coveralls/php-coveralls": "^2.1",
36-
"pestphp/pest": "^2.34",
37-
"pestphp/pest-plugin-type-coverage": "^2.8"
35+
"pestphp/pest": "^2.34|^3.7",
36+
"pestphp/pest-plugin-type-coverage": "^2.8|^3.3"
3837
},
3938
"autoload": {
4039
"psr-4": {

0 commit comments

Comments
 (0)