Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Sep 6, 2020
1 parent c6e1c72 commit d7932b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
],
"require": {
"illuminate/database": "^6.2|^7.0|^8.0",
"illuminate/support": "^6.2|^7.0|^8.0"
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,9 +30,9 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0",
"orchestra/database": "^6.0"
"laravel/legacy-factories": "^1.0.4",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/database": "^4.0|^5.0|^6.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit d7932b1

Please sign in to comment.