Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno committed Sep 13, 2017
1 parent acdc09f commit 6bb1e84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"name": "Israel Ortuño",
"email": "ai.ortuno@gmail.com"
},
{
"name": "Cesar Garcia",
"email": "cesargb@gmail.com",
"homepage": "https://github.com/cesargb",
{
"name": "Cesar Garcia",
"email": "cesargb@gmail.com",
"homepage": "https://github.com/cesargb",
"role": "Developer"
}
}
],
"license": "MIT",
"require": {
"php": ">=5.6",
"illuminate/support": "~5.4.0 || ~5.5.0",
"illuminate/console": "~5.4.0 || ~5.5.0",
"illuminate/console": "~5.4.0 || ~5.5.0"
},
"require-dev": {
"orchestra/testbench": "^3.4",
Expand Down Expand Up @@ -53,4 +53,4 @@
]
}
}
}
}

0 comments on commit 6bb1e84

Please sign in to comment.