diff options
author | philip <philip@roshambo.org> | 2017-01-04 13:34:48 -0800 |
---|---|---|
committer | Davey Shafik <davey@php.net> | 2017-01-08 18:43:13 -0500 |
commit | 057362d0cb8d9e96a6e55977beb96b032745294e (patch) | |
tree | dfce578e5393da78be21974991628ff5ae6a101d | |
parent | e45959cca0521edc16ec99527cc354d6437fc63e (diff) | |
download | php7-mysql-shim-057362d0cb8d9e96a6e55977beb96b032745294e.zip php7-mysql-shim-057362d0cb8d9e96a6e55977beb96b032745294e.tar.gz php7-mysql-shim-057362d0cb8d9e96a6e55977beb96b032745294e.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.json | 1 |
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" |