Skip to content

Commit 667e997

Browse files
authored
Merge pull request #64 from duncan3dc/composer-minimum-version
Update composer to match the minimum supported version
2 parents 9401e3a + 1105440 commit 667e997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.3|^7.0"
15+
"php": "^5.6|^7.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "4.0.*",

0 commit comments

Comments
 (0)