Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
faytzel committed May 5, 2014
1 parent dc9fef9 commit 2ffe6dc
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@
"license": "MIT",
"authors": [
{
"name": "Faytzel",
"name" : "Faytzel",
"email": "jmgomez0101@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4",
"illuminate/config": "~4",
"illuminate/encrypter": "~4",
"illuminate/translation": "~4"
"php" : ">=5.3.0",
"illuminate/support" : "4.1.*",
"illuminate/config" : "4.1.*",
"illuminate/encryption" : "4.1.*",
"illuminate/translation": "4.1.*"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Faytzel\\LaravelLatch\\": "src/"
}
Expand Down

0 comments on commit 2ffe6dc

Please sign in to comment.