From d9bd5ba08bc665d25049a87f6b8663c2a5c8aca3 Mon Sep 17 00:00:00 2001 From: Dan Untenzu Date: Thu, 3 Dec 2020 14:32:11 +0100 Subject: [PATCH] [FEATURE] Replace PHP linter package Replace abandoned PHP Linter package with new source. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1