Skip to content

Commit f9cf99d

Browse files
author
Keith Kirk
committed
Fixes yaml version for php 5.4
1 parent fadbbaf commit f9cf99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony/finder": "~2.3|^3.0",
3232
"symfony/filesystem": "~2.3|^3.0",
3333
"symfony/phpunit-bridge": "^4.0",
34-
"symfony/yaml": "^3.4"
34+
"symfony/yaml": "~2.8|^3.0"
3535
},
3636
"suggest": {
3737
"aws/aws-sdk-php": "Required to use AWS as a Queue Provider",

0 commit comments

Comments
 (0)