1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

Add isFresh to InstalledRepositoryInterface and make sure local repo is always an InstalledRepositoryInterface

This commit is contained in:
Jordi Boggiano 2020-04-23 10:52:33 +02:00
parent 8a1e9744a0
commit 6529fabb24
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
5 changed files with 26 additions and 4 deletions

View file

@ -28,7 +28,7 @@ use Composer\Util\Filesystem;
*/
class FilesystemRepository extends WritableArrayRepository
{
private $file;
protected $file;
private $dumpVersions;
private $rootPackage;