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 a59a0b1 commit c6e1c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
],
"require": {
"illuminate/database": "^6.2|^7.0|^8.0",
"illuminate/support": "^6.2|^7.0|^8.0",
"laravel/legacy-factories": "^1.0"
"illuminate/support": "^6.2|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,6 +30,7 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0",
"orchestra/database": "^6.0"
},
Expand Down

0 comments on commit c6e1c72

Please sign in to comment.