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 bdb8eca commit 6f5d8deCopy full SHA for 6f5d8de
.travis.yml
@@ -21,7 +21,8 @@ script:
21
22
# Install dependency.
23
- composer config repositories.0 path $TRAVIS_BUILD_DIR
24
- - composer require mglaman/phpstan-drupal
+ - cat composer.json
25
+ - composer require mglaman/phpstan-drupal *@dev
26
- cp $TRAVIS_BUILD_DIR/tests/fixtures/drupal-phpstan.neon phpstan.neon
27
- ./vendor/bin/phpstan analyze web/core/install.php
28
0 commit comments