Skip to content

Commit

Permalink
Simplify dependency declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking authored Jun 11, 2020
1 parent b4c7b97 commit 34dcb4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"illuminate/console": "^5.5|^6.0|^7.0",
"illuminate/routing": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0"
},
"require-dev": {
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/container": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/container": "^5.5|^6.0|^7.0",
"mockery/mockery": "0.9.*|^1.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0"
"orchestra/testbench": "^3.5|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 34dcb4d

Please sign in to comment.