Skip to content

Commit

Permalink
updating composer.json
Browse files Browse the repository at this point in the history
Increasing PHP requirement to meet laravel 5.1 requirements

Signed-off-by: Dustin Parham <[email protected]>
  • Loading branch information
drparham committed Jun 22, 2015
1 parent abe568c commit 078d2ff
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 @@ -16,7 +16,7 @@
}
],
"require": {
"php" : ">=5.3.0"
"php" : ">=5.9.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
Expand Down

0 comments on commit 078d2ff

Please sign in to comment.