Skip to content

Commit 823a858

Browse files
dnaber-degmazzap
authored andcommitted
Add php 5.4.0 to composer.json
With PHP version in the requirements composer can handle warnings on platforms below this version. Further the 'requires' section on packagist.org gives a quick information about this.
1 parent 142f50c commit 823a858

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
@@ -27,6 +27,7 @@
2727
},
2828
"license": "MIT",
2929
"require": {
30+
"php": ">=5.4.0",
3031
"mockery/mockery": "*",
3132
"antecedent/patchwork": "1.3.*"
3233
},

0 commit comments

Comments
 (0)