Fix typo
parent
719d3074f0
commit
6ac38f111d
|
@ -23,7 +23,7 @@ class ArrayDumper
|
||||||
public function dump(PackageInterface $package)
|
public function dump(PackageInterface $package)
|
||||||
{
|
{
|
||||||
$keys = array(
|
$keys = array(
|
||||||
'bin',
|
'binaries' => 'bin',
|
||||||
'type',
|
'type',
|
||||||
'names',
|
'names',
|
||||||
'extra',
|
'extra',
|
||||||
|
|
Loading…
Reference in New Issue