Skip to content

Commit 223e6bd

Browse files
authored
Merge pull request #29 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 227e5d6 + 803210e commit 223e6bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"illuminate/support": "9.x|10.x|11.x",
20+
"illuminate/support": "9.x|10.x|11.x|^12.0",
2121
"ext-zlib": "*",
22-
"doctrine/dbal": "^3.8"
22+
"doctrine/dbal": "^3.8|^4.2"
2323
},
2424
"require-dev": {
25-
"pestphp/pest": "^2.0",
26-
"orchestra/testbench": "^8.22",
25+
"pestphp/pest": "^2.0|^3.7",
26+
"orchestra/testbench": "^8.22|^10.0",
2727
"laravel/pint": "^1.15"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)