Skip to content

Commit a5805d7

Browse files
committed
Specify PHP 5.4 as minimum version in Composer
PHP 5.3 is no longer supported (http://php.net/supported-versions.php).
1 parent d4887f9 commit a5805d7

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
@@ -11,6 +11,7 @@
1111
],
1212

1313
"require": {
14+
"php": ">=5.4.0",
1415
"guzzle/guzzle": "~3.9"
1516
},
1617

0 commit comments

Comments
 (0)