diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-08-11 17:37:58 +0000 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2020-08-11 17:37:58 +0000 |
commit | 5ae66da8c47b4c1aa08a16411fc6cf1806671072 (patch) | |
tree | b43438e961f39e6d96f67f6df8d836c6a0a784b2 /composer.json | |
parent | a764528d59b24550c71c34ec67ebb68d00daae29 (diff) | |
parent | 97688a6f874e67cbd967392c0086db241f203683 (diff) | |
download | php7-mysql-shim-5ae66da8c47b4c1aa08a16411fc6cf1806671072.zip php7-mysql-shim-5ae66da8c47b4c1aa08a16411fc6cf1806671072.tar.gz php7-mysql-shim-5ae66da8c47b4c1aa08a16411fc6cf1806671072.tar.bz2 |
Merge branch 'master' of https://github.com/dshafik/php7-mysql-shim
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 53b0344..e9da254 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,9 @@ "ext-mysqli": "*" }, "require-dev": { - "squizlabs/php_codesniffer": "^2.3", - "friendsofphp/php-cs-fixer": "^1.9|^2.0", - "phpunit/phpunit": "^4.8|^5.2", - "phpstan/phpstan": "^0.6.2" + "squizlabs/php_codesniffer": "^3.5", + "friendsofphp/php-cs-fixer": "^2.16", + "phpunit/phpunit": "^8.4" }, "autoload": { "files": ["lib/mysql.php"] |