Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
added laravel 5.5 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ybr-nx committed Sep 2, 2017
1 parent a7cbf2f commit fc75912
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 @@ -20,9 +20,9 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/notifications": "5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/notifications": "5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
Expand Down

0 comments on commit fc75912

Please sign in to comment.