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

Commit

Permalink
Allow Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsoup committed Aug 23, 2017
1 parent 61a8346 commit f52f4f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit f52f4f4

Please sign in to comment.