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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 4, 2014
1 parent e998e5b commit 84b3a02
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 84b3a02

Please sign in to comment.