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

Commit

Permalink
Merge pull request #39 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
Ollie Read committed Jun 10, 2014
2 parents e998e5b + 84b3a02 commit 2a9fa88
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.*"
"illuminate/auth": "~4.1",
"illuminate/console": "~4.1",
"illuminate/database": "~4.1",
"illuminate/filesystem": "~4.1",
"illuminate/support": "~4.1"
},
"autoload": {
"psr-0": {
"Ollieread\\Multiauth": "src/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 2a9fa88

Please sign in to comment.