mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Adding author role to ArrayLoader Test
This commit is contained in:
parent
0edc94cdce
commit
2653ece028
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
||||||
'homepage' => 'http://example.com',
|
'homepage' => 'http://example.com',
|
||||||
'license' => array('MIT', 'GPLv3'),
|
'license' => array('MIT', 'GPLv3'),
|
||||||
'authors' => array(
|
'authors' => array(
|
||||||
array('name' => 'Bob', 'email' => 'bob@example.org', 'homepage' => 'example.org'),
|
array('name' => 'Bob', 'email' => 'bob@example.org', 'homepage' => 'example.org', 'role' => 'Developer'),
|
||||||
),
|
),
|
||||||
'require' => array(
|
'require' => array(
|
||||||
'foo/bar' => '1.0',
|
'foo/bar' => '1.0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue