mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +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',
|
||||
'license' => array('MIT', 'GPLv3'),
|
||||
'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(
|
||||
'foo/bar' => '1.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue