diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-08-11 07:57:46 +0000 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2020-08-11 07:57:46 +0000 |
commit | 02021c657cbe2f77ae668ce21089aef93bcf01a4 (patch) | |
tree | 7d0555534ffde8917b9b70a22e1ffa3229edfd2a /composer.json | |
parent | c07e638968103ef2efa3c3acb922e809ae0c90c4 (diff) | |
download | php7-mysql-shim-02021c657cbe2f77ae668ce21089aef93bcf01a4.zip php7-mysql-shim-02021c657cbe2f77ae668ce21089aef93bcf01a4.tar.gz php7-mysql-shim-02021c657cbe2f77ae668ce21089aef93bcf01a4.tar.bz2 |
Try to fixup TravisCI config
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index e3dcc3f..e9da254 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "squizlabs/php_codesniffer": "^3.5", "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.4" }, "autoload": { "files": ["lib/mysql.php"] |