Skip to content

Commit

Permalink
Merge pull request #9 from reyostallenberg/php-version
Browse files Browse the repository at this point in the history
Upgrade required php version
  • Loading branch information
gisostallenberg authored Oct 4, 2016
2 parents 5641b84 + a9b682a commit 3678175
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 @@ -3,7 +3,7 @@
"description": "Serve files to the browser that are not available directly",
"type": "library",
"require": {
"php": "^5.3.9",
"php": "^5.3.9 | ^7.0",
"symfony/http-foundation": "^2.8|^3.0"
},
"license": "MIT",
Expand Down

0 comments on commit 3678175

Please sign in to comment.