summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilip <philip@roshambo.org>2017-01-04 13:34:48 -0800
committerphilip <philip@roshambo.org>2017-01-04 13:34:48 -0800
commit3abe04d273e3f62fed3c9f36e79291711459f033 (patch)
treedfce578e5393da78be21974991628ff5ae6a101d
parente58e8810beab95d7294a7d7acf3ea064ec8a848a (diff)
downloadphp7-mysql-shim-3abe04d273e3f62fed3c9f36e79291711459f033.zip
php7-mysql-shim-3abe04d273e3f62fed3c9f36e79291711459f033.tar.gz
php7-mysql-shim-3abe04d273e3f62fed3c9f36e79291711459f033.tar.bz2
require requires 5.3+, require-dev requies 5.6+ due to all the dependencies. Not sure if this is possible, but will try.
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 492ef34..ff55c34 100644
--- a/composer.json
+++ b/composer.json
@@ -14,6 +14,7 @@
"ext-mysqli": "*"
},
"require-dev": {
+ "php": ">=5.6",
"squizlabs/php_codesniffer": "^2.3",
"friendsofphp/php-cs-fixer": "^1.9",
"phpunit/phpunit": "^5.2"