Skip to content

Commit

Permalink
Use caret version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Sep 9, 2018
1 parent 92d898d commit 033aaa9
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,8 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": ">=5.3",
"illuminate/support": ">=5.1"
"illuminate/notifications": "^5.3",
"illuminate/support": "^5.1"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
Expand Down

0 comments on commit 033aaa9

Please sign in to comment.