]> git.p6c8.net - jirafeau_project.git/blobdiff - .gitlab-ci.yml
[FEATURE] Replace PHP linter package
[jirafeau_project.git] / .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