Skip to content

Commit 8d34a93

Browse files
authored
Merge pull request #6 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 3932f12 + f730da0 commit 8d34a93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"laravel/framework": "^9|^10",
25-
"nesbot/carbon": "^2.64"
24+
"laravel/framework": "^9|^10|^11.0",
25+
"nesbot/carbon": "^2.64|^3.0"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require-dev": {
41-
"pestphp/pest": "^1.22"
41+
"pestphp/pest": "^1.22|^2.34"
4242
},
4343
"config": {
4444
"allow-plugins": {

0 commit comments

Comments
 (0)