Skip to content

Commit 1dc078e

Browse files
author
EC2 Default User
committed
fixes index and composer
1 parent 7fd2f6d commit 1dc078e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"symfony/yaml" : "*",
3+
"symfony/yaml" : "*"
44
}
55
}

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
$array = array(
99
'foo' => 'bar',
10-
'bar' => array('foo' => 'bar', 'bar' => 'baz' => 'test'),
10+
'bar' => array('foo' => 'bar', 'bar' => 'baz' , 'test' => 'test'),
1111
);
1212

1313
echo Yaml::dump($array);

0 commit comments

Comments
 (0)