Skip to content

Commit

Permalink
Merge pull request #72 from ngmy/update-required-php-version-in-compo…
Browse files Browse the repository at this point in the history
…ser-json

Update required PHP version in `composer.json`
  • Loading branch information
ngmy authored Jan 7, 2017
2 parents 226dfeb + dfb2d17 commit 5e87e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=5.6.0",
"laravel/framework": "5.2.*",
"laravelcollective/html": "5.2.*",
"davejamesmiller/laravel-breadcrumbs": "3.0.*",
Expand Down

0 comments on commit 5e87e63

Please sign in to comment.