mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
added support for nested location of composer.json files within artifacts
This commit is contained in:
parent
83bb38de56
commit
f25bfe09c5
2 changed files with 15 additions and 3 deletions
|
@ -22,6 +22,7 @@ class ArtifactRepositoryTest extends TestCase
|
|||
public function testExtractsConfigsFromZipArchives()
|
||||
{
|
||||
$expectedPackages = array(
|
||||
'composer/composer-1.0.0-alpha6',
|
||||
'vendor0/package0-0.0.1',
|
||||
'vendor1/package2-4.3.2',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue