Skip to content

Commit e2e492f

Browse files
committed
Add dev requirement for symfony/yaml
php coveralls is failing because of this package is missing. I'm adding the dev requirement to see if it fixes the issue
1 parent 722f5be commit e2e492f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"require-dev": {
4242
"php-coveralls/php-coveralls": "^2.0",
4343
"phpunit/phpunit": "^6.0",
44-
"squizlabs/php_codesniffer": "^3.2"
44+
"squizlabs/php_codesniffer": "^3.2",
45+
"symfony/yaml": "^3.4"
4546
},
4647
"autoload": {
4748
"psr-4": { "TraderInteractive\\": "src/" }

0 commit comments

Comments
 (0)