diff options
author | philip <philip@roshambo.org> | 2017-01-04 13:20:34 -0800 |
---|---|---|
committer | philip <philip@roshambo.org> | 2017-01-04 13:20:34 -0800 |
commit | e58e8810beab95d7294a7d7acf3ea064ec8a848a (patch) | |
tree | 26c596e01ef119e5a7dc6b23ee02420327582be3 | |
parent | f86a40c289777d47ad499444501565a0a8707e3c (diff) | |
download | php7-mysql-shim-e58e8810beab95d7294a7d7acf3ea064ec8a848a.zip php7-mysql-shim-e58e8810beab95d7294a7d7acf3ea064ec8a848a.tar.gz php7-mysql-shim-e58e8810beab95d7294a7d7acf3ea064ec8a848a.tar.bz2 |
The pull request offers 5.3+ support, so also add it here.
-rw-r--r-- | composer.json | 2 |
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": { |