# 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