hirak / prestissimo

composer parallel install plugin
MIT License
6.18k stars 170 forks source link

fix `--no-cache` support #214

Closed IonBazan closed 4 years ago

IonBazan commented 4 years ago

This change disables prestissimo when --no-cache flag is passed. Regex is taken from https://github.com/composer/composer/blob/f154d5c09d69a6338d6a955bf51cc264d0448b3d/src/Composer/Cache.php#L62-L65

fixes #199

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.1%) to 80.387% when pulling ef4ec0d55f13e1595dc6bccb88aefb0dbe3de52e on IonBazan:bugfix/no-cache into fb6724d5ee81c96bebd2255175d8c364ac9301e3 on hirak:master.

IonBazan commented 4 years ago

@kubawerlos Tests added :)