- 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 php-parallel-lint/php-parallel-lint
- 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 php-parallel-lint/php-parallel-lint
# Install all project dependencies
- php composer.phar install
script: &linter_script
- ./vendor/bin/parallel-lint --exclude vendor .
# Install all project dependencies
- php composer.phar install
script: &linter_script
- ./vendor/bin/parallel-lint --exclude vendor .