Closed IonBazan closed 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
--no-cache
fixes #199
Coverage increased (+0.1%) to 80.387% when pulling ef4ec0d55f13e1595dc6bccb88aefb0dbe3de52e on IonBazan:bugfix/no-cache into fb6724d5ee81c96bebd2255175d8c364ac9301e3 on hirak:master.
@kubawerlos Tests added :)
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-L65fixes #199