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 | |
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
-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": [ { |