Skip to content

Commit

Permalink
Merge pull request #110 from humanmade/backport-109-to-v5-branch
Browse files Browse the repository at this point in the history
[Backport v5-branch] Composer v2 support
  • Loading branch information
roborourke authored Oct 29, 2020
2 parents 5a8c98b + ce20e3d commit 1a39c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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.5.1",
"phpunit/phpunit": "^7.1.4"
},
Expand Down
2 changes: 0 additions & 2 deletions travis/altis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ cache:
before_install:
- nvm install v12
- nvm use v12
# Ensure composer v1 is still used.
- composer self-update --1

# Install application and start the local server
before_script:
Expand Down

0 comments on commit 1a39c20

Please sign in to comment.