Skip to content

Commit

Permalink
Merge pull request #8 from UmpactoSoluciones/0.1
Browse files Browse the repository at this point in the history
0.1
  • Loading branch information
RobertoArmas authored Feb 6, 2017
2 parents 0cd3dda + e81b31c commit dbe1ead
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Tools for Laravel Development",
"type": "library",
"require": {
"php": ">=5.5.9",
"symfony/console": "3.1.*",
"illuminate/support": "5.3.*|5.4.*",
"illuminate/console": "5.3.*|5.4.*"
"php": ">=5.5.9"
},
"suggest":{
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"symfony/console": "3.1.*|3.2.*",
"illuminate/support": "5.3.*|5.4.*",
"illuminate/console": "5.3.*|5.4.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit dbe1ead

Please sign in to comment.