Merge pull request #138 from PrisisForks/feature/automatic-composer-prefetcher

narrowspark/automatic-composer-prefetcher as a alternative to prestissimo
This commit is contained in:
Shivam Mathur
2020-01-04 13:04:02 +05:30
committed by GitHub
5 changed files with 58 additions and 12 deletions

View File

@ -72,7 +72,7 @@ Setup PHP with required extensions, php.ini configuration, code-coverage support
The latest version of the following tools can be setup globally using the `tools` input.
`composer`, `codeception`, `deployer`, `pecl`, `phinx`, `phpcbf`, `phpcpd`, `php-cs-fixer`, `phpcs`, `phpmd`, `phpstan`, `phpunit`, `prestissimo`, `psalm`
`composer`, `codeception`, `deployer`, `pecl`, `phinx`, `phpcbf`, `phpcpd`, `php-cs-fixer`, `phpcs`, `phpmd`, `phpstan`, `phpunit`, `prestissimo`, `composer-prefetcher`, `psalm`
```yaml
uses: shivammathur/setup-php@v1