diff options
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..e3dcc3f 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.0" }, "autoload": { "files": ["lib/mysql.php"] |