Skip to content

Commit

Permalink
Merge pull request #7 from latevaweb/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
latevaweb committed Mar 26, 2020
2 parents c104486 + e8d2789 commit 579b5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php" : "^7.3",
"illuminate/database": "^6.0"
"illuminate/database": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"orchestra/testbench": "^4.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 579b5b8

Please sign in to comment.