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:
parent
8a1e9744a0
commit
6529fabb24
5 changed files with 26 additions and 4 deletions
|
@ -28,7 +28,7 @@ use Composer\Util\Filesystem;
|
|||
*/
|
||||
class FilesystemRepository extends WritableArrayRepository
|
||||
{
|
||||
private $file;
|
||||
protected $file;
|
||||
private $dumpVersions;
|
||||
private $rootPackage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue