We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bee3a commit fc5ddf2Copy full SHA for fc5ddf2
.travis.yml
@@ -69,7 +69,8 @@ jobs:
69
env: WP_VERSION=latest DEV_LIB_ONLY=phpsyntax
70
before_script:
71
- phpenv config-rm xdebug.ini || echo "xdebug.ini does not exist."
72
- - composer require --dev localheinz/composer-normalize --ignore-platform-reqs
+ # TODO: Exact version of ergebnis/composer-normalize can be removed once Composer v2 is supported.
73
+ - composer require --dev ergebnis/composer-normalize:2.9.0 --ignore-platform-reqs
74
script:
75
- source "$DEV_LIB_PATH/travis.script.sh"
76
- composer validate --no-check-all
0 commit comments