1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Merge remote-tracking branch 'curry684/rewrite-depends'

This commit is contained in:
Jordi Boggiano 2016-02-24 17:42:11 +00:00
commit f681dbc51e
32 changed files with 443 additions and 170 deletions

View file

@ -24,7 +24,7 @@ use Composer\Semver\Constraint\Constraint;
*
* @author Nils Adermann <naderman@naderman.de>
*/
class ArrayRepository implements RepositoryInterface
class ArrayRepository extends BaseRepository
{
/** @var PackageInterface[] */
protected $packages;