Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #32 from thecotne/master
Browse files Browse the repository at this point in the history
update illuminate/support and illuminate/filesystem to 5.x
  • Loading branch information
Nils Plaschke committed Feb 13, 2015
2 parents d1ab536 + 078e496 commit 311d43e
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 @@ -15,8 +15,8 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.x",
"illuminate/filesystem": "4.x"
"illuminate/support": "5.x",
"illuminate/filesystem": "5.x"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit 311d43e

Please sign in to comment.