summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilip <philip@roshambo.org>2017-01-04 13:20:34 -0800
committerDavey Shafik <davey@php.net>2017-01-08 18:43:13 -0500
commite45959cca0521edc16ec99527cc354d6437fc63e (patch)
tree26c596e01ef119e5a7dc6b23ee02420327582be3
parent2c71d3e8399c7f114f5ef29b9786bba470ae8905 (diff)
downloadphp7-mysql-shim-e45959cca0521edc16ec99527cc354d6437fc63e.zip
php7-mysql-shim-e45959cca0521edc16ec99527cc354d6437fc63e.tar.gz
php7-mysql-shim-e45959cca0521edc16ec99527cc354d6437fc63e.tar.bz2
The pull request offers 5.3+ support, so also add it here.
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 372f871..492ef34 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
}
],
"require": {
- "php": ">=5.6",
+ "php": ">=5.3",
"ext-mysqli": "*"
},
"require-dev": {