Skip to content

Commit

Permalink
Updated composer for laravel7
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Mar 19, 2020
1 parent c4bc1c6 commit 47ba68b
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 593 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"require": {
"php": "^7.1.3|^7.2",
"laravel/framework": "~5.8.0|^6.0"
"laravel/framework": "~5.8.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
"orchestra/testbench": "^3.8|^4.0",
"orchestra/database": "^3.8|^4.0",
"orchestra/testbench": "^3.8|^4.0|^5.0",
"orchestra/database": "^3.8|^4.0|^5.0",
"mockery/mockery": "^1.0.0"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 47ba68b

Please sign in to comment.