Skip to content

Commit

Permalink
Update dependencies to remove the redundency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaspaul committed Apr 5, 2017
1 parent d4539ee commit 44a5788
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 @@ -12,9 +12,9 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"illuminate/cache": "^5.3|^5.4",
"illuminate/console": "^5.3|^5.4",
"illuminate/support": "^5.3|^5.4",
"illuminate/cache": "^5.3",
"illuminate/console": "^5.3",
"illuminate/support": "^5.3",
"opensoft/rollout": "^2.2"
},
"require-dev": {
Expand Down

0 comments on commit 44a5788

Please sign in to comment.