Skip to content

Commit

Permalink
Add minimum version of PHP in composer file (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Mouk authored and tbolier committed Aug 20, 2018
1 parent 3bc5ddb commit 8a5d709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"psr/http-message": "^1.0",
"symfony/serializer": "^4.1",
"symfony/property-access": "^4.1"
Expand Down

0 comments on commit 8a5d709

Please sign in to comment.