mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Rename options to transport-options, refs #2189
This commit is contained in:
parent
31092843fd
commit
32cd883daa
12 changed files with 27 additions and 31 deletions
|
@ -117,7 +117,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
'archive' => array(
|
||||
'exclude' => array('/foo/bar', 'baz', '!/foo/bar/baz'),
|
||||
),
|
||||
'options' => array('ssl' => array('local_cert' => '/opt/certs/test.pem'))
|
||||
'transport-options' => array('ssl' => array('local_cert' => '/opt/certs/test.pem'))
|
||||
);
|
||||
|
||||
$package = $this->loader->load($config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue