diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 3e161e42889..2f2867a5b2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,8 +49,8 @@ pipeline: image: nextcloudci/php7.1:php7.1-15 commands: - composer install - - composer require --dev "etsy/phan:dev-master" - - ./lib/composer/etsy/phan/phan -k build/.phan/config.php + - composer require --dev "phan/phan:dev-master" + - ./lib/composer/phan/phan/phan -k build/.phan/config.php - php ./build/.phan/plugin-checker.php when: matrix: |