Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit b6c8d65

Browse files
committed
minor #60 Explicit PHP requirement (garak)
This PR was merged into the 1.0-dev branch. Discussion ---------- Explicit PHP requirement Commits ------- 557b629 Explicit PHP requirement
2 parents e211f2d + 557b629 commit b6c8d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"psr-4": { "Symfony\\": "src/Symfony/" }
1414
},
1515
"require": {
16+
"php": ">=5.4.0",
1617
"guzzlehttp/guzzle": "~4.0",
1718
"guzzlehttp/progress-subscriber": "~1.1",
1819
"symfony/console": "~2.5",

0 commit comments

Comments
 (0)