Skip to content

Commit 579b5b8

Browse files
authored
Merge pull request #7 from latevaweb/develop
Develop
2 parents c104486 + e8d2789 commit 579b5b8

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
@@ -21,11 +21,11 @@
2121
],
2222
"require": {
2323
"php" : "^7.3",
24-
"illuminate/database": "^6.0"
24+
"illuminate/database": "^6.0|^7.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^8.4",
28-
"orchestra/testbench": "^4.0"
27+
"phpunit/phpunit": "^7.0|^8.0|^9.0",
28+
"orchestra/testbench": "^4.0|^5.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)