Skip to content

Commit

Permalink
Merge pull request #19 from endihunter/master
Browse files Browse the repository at this point in the history
back compatibility patch
  • Loading branch information
endihunter authored Mar 19, 2018
2 parents cf063af + 1194b89 commit 7b2cb56
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.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": "^3.3"
"zendframework/zend-code": "2.*|3.*"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
Expand Down

0 comments on commit 7b2cb56

Please sign in to comment.