Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Support Laravel 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 8, 2015
1 parent c350015 commit cd2f743
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 @@ -19,8 +19,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/config": "5.1.*",
"illuminate/support": "5.1.*",
"illuminate/config": "5.1.*|5.2.*",
"illuminate/support": "5.1.*|5.2.*",
"segmentio/analytics-php": "1.2.*"
},
"require-dev": {
Expand Down

0 comments on commit cd2f743

Please sign in to comment.