Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 0a2510b

Browse files
committed
chore: add support for Laravel 8
1 parent 2277288 commit 0a2510b

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
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5",
15-
"illuminate/database": "^6.0|^7.0",
16-
"illuminate/support": "^6.0|^7.0"
15+
"illuminate/database": "^6.0|^7.0|^8.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.2",
20-
"orchestra/testbench": "^4.0|^5.0",
20+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2121
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)