Skip to content

Commit

Permalink
Merge pull request #13331 from jdalsem/composer-v1
Browse files Browse the repository at this point in the history
chore(travis): make sure composer does not update to v2
  • Loading branch information
jdalsem committed Oct 26, 2020
2 parents 5470ce1 + ac99010 commit eb16ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"test": "phpunit",
"travis:install": [
"composer self-update",
"composer self-update --1",
"composer global require \"fxp/composer-asset-plugin:^1.1.4\" --prefer-dist",
"composer install --prefer-dist"
],
Expand Down

0 comments on commit eb16ef0

Please sign in to comment.