]> git.p6c8.net - jirafeau.git/commitdiff
[FEATURE] Replace PHP linter package
authorDan Untenzu <mail@pixelbrackets.de>
Thu, 3 Dec 2020 13:32:11 +0000 (14:32 +0100)
committerDan Untenzu <mail@pixelbrackets.de>
Thu, 3 Dec 2020 14:38:09 +0000 (14:38 +0000)
Replace abandoned PHP Linter package with new source.

.gitlab-ci.yml

index b2cf87e7c2bb9f8725f518029216d2aadcf334f5..7e6b19d490b02afb705e1a5c2c3f3492684163ee 100644 (file)
@@ -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
 

patrick-canterino.de