Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
endihunter authored Mar 19, 2018
1 parent a9844a4 commit 1194b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.6.4",
"laravelcollective/html": "^5.3|^5.4|dev-master",
"laravelcollective/html": "5.*|dev-master",
"doctrine/dbal": "~2.5",
"davejamesmiller/laravel-breadcrumbs": "3.0.*",
"codesleeve/laravel-stapler": "^1.0",
Expand All @@ -19,7 +19,7 @@
"terranet/presentable": "^1.0",
"terranet/translatable": "^1.0",
"terranet/localizer": "^1.0",
"zendframework/zend-code": "^2.6|^3.3"
"zendframework/zend-code": "2.*|3.*"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
Expand Down

0 comments on commit 1194b89

Please sign in to comment.