From: Dan Untenzu Date: Thu, 3 Dec 2020 13:32:11 +0000 (+0100) Subject: [FEATURE] Replace PHP linter package X-Git-Tag: 4.3.0~21 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/d9bd5ba08bc665d25049a87f6b8663c2a5c8aca3 [FEATURE] Replace PHP linter package Replace abandoned PHP Linter package with new source. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2cf87e..7e6b19d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ before_script: # Install composer - curl -sS https://getcomposer.org/installer | php # Create composer.json file manually, since this is a project without any non-dev dependencies yet - - php composer.phar require --dev jakub-onderka/php-parallel-lint + - php composer.phar require --dev php-parallel-lint/php-parallel-lint # Install all project dependencies - php composer.phar install