Skip to content

Commit

Permalink
Merge pull request #112 from humanmade/backport-109-to-v3-branch
Browse files Browse the repository at this point in the history
[Backport v3-branch] Composer v2 support
  • Loading branch information
roborourke authored Oct 29, 2020
2 parents 523a7b5 + 96835ea commit 1361a4b
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 @@ -15,7 +15,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.3.1",
"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 1361a4b

Please sign in to comment.