Skip to content
This repository has been archived by the owner on Apr 7, 2019. 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 91a1931 commit 47eaa88
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 @@ -21,8 +21,8 @@
"php": ">=5.5.9",
"graham-campbell/markdown": "^5.3",
"guzzlehttp/guzzle": "^5.3|^6.0",
"illuminate/contracts": "5.1.*",
"illuminate/support": "5.1.*"
"illuminate/contracts": "5.1.*|5.2.*",
"illuminate/support": "5.1.*|5.2.*"
},
"require-dev": {
"graham-campbell/testbench": "^3.1",
Expand Down

0 comments on commit 47eaa88

Please # to comment.