Skip to content

Commit 4ccfabc

Browse files
authored
Merge pull request #210 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 0d845a0 + 512e83d commit 4ccfabc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
],
2121
"require": {
2222
"php": "^7.4|^8.0",
23-
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2525
"league/fractal": "^0.19.0|^0.20"
2626
},
2727
"require-dev": {
28-
"illuminate/database": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
29-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
28+
"illuminate/database": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
29+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
3030
"mockery/mockery": "^0.9.5|^1.0",
31-
"doctrine/dbal": "^2.5|^3.5",
32-
"phpunit/phpunit": "^8.5|^9.0|^10.5"
31+
"doctrine/dbal": "^2.5|^3.5|^4.2",
32+
"phpunit/phpunit": "^8.5|^9.0|^10.5|^11.5.3"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)