Skip to content

Commit

Permalink
Composer v2 support
Browse files Browse the repository at this point in the history
Update dev tools command to 0.3.3
  • Loading branch information
roborourke committed Oct 29, 2020
1 parent f9bf448 commit 7d90c07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 0 additions & 4 deletions travis/altis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d90c07

Please sign in to comment.