Skip to content

Commit 92e9ded

Browse files
authored
Merge pull request #213 from nickfls/add-laravel-12-compatibility
Add Support for Laravel 12
2 parents 3beb4d9 + 628f977 commit 92e9ded

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
@@ -14,12 +14,12 @@
1414
],
1515
"require": {
1616
"php": "^7.3|^8.0",
17-
"illuminate/database": "^8.67|^9.0|^10.0|^11.0",
18-
"illuminate/support": "^8.67|^9.0|^10.0|^11.0"
17+
"illuminate/database": "^8.67|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/support": "^8.67|^9.0|^10.0|^11.0|^12.0"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^9.8.0",
22-
"phpunit/phpunit": "10.5.39",
21+
"orchestra/testbench": "^9.8.0|^10.0",
22+
"phpunit/phpunit": "10.5.39|^11.0",
2323
"mockery/mockery": "1.*",
2424
"laravel/pint": "^1.18"
2525
},

0 commit comments

Comments
 (0)