Skip to content

Commit 387d2b9

Browse files
authored
Merge pull request #16 from cjmellor/patch-1
Add Support for Laravel v12
2 parents 73989d5 + 401dce2 commit 387d2b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"type": "project",
1313
"require": {
1414
"php": ">=7.4",
15-
"illuminate/database": "^5.5|^6.20|^7.0|^8.0|^9.0|^10.0|^11.0"
15+
"illuminate/database": "^5.5|^6.20|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
19-
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
18+
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
19+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2020
},
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,

0 commit comments

Comments
 (0)