diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | composer.lock | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4e3d709..040590c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,6 @@ matrix: env: DEPS='lock' - php: 7.3 env: DEPS='lock' - - php: 7.4 - env: DEPS='lock' sudo: false before_install: 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"] diff --git a/composer.lock b/composer.lock index 6d72121..66921fa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4689c188cc3e742f3fa43eb09ed14ffe", + "content-hash": "5bb4efaa73fe1b7d2e4d974141ec8276", "packages": [], "packages-dev": [ { |