From 7d90c072a4f08b7ef2464752ea4b7df46358d9e6 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Thu, 29 Oct 2020 10:33:40 +0000 Subject: [PATCH] Composer v2 support Update dev tools command to 0.3.3 --- composer.json | 2 +- travis/altis.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0787741..d6933be 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "johnbillion/query-monitor": "^3.5.2", - "altis/dev-tools-command": "^0.3.0", + "altis/dev-tools-command": "^0.3.3", "wp-phpunit/wp-phpunit": "5.4.2", "phpunit/phpunit": "^7.1.4" }, diff --git a/travis/altis.yml b/travis/altis.yml index b9ee273..4a6f422 100644 --- a/travis/altis.yml +++ b/travis/altis.yml @@ -31,10 +31,6 @@ matrix: include: - php: 7.2 -# Ensure composer v1 is still used. -before_install: - - composer self-update --1 - # Install application and start the local server before_script: - composer install