Skip to content

Commit d9dd83f

Browse files
committed
Remove requirement for symfony/yaml
1 parent dc39822 commit d9dd83f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": ">=6.0",
14-
"squizlabs/php_codesniffer": "^3.3",
15-
"symfony/yaml": ">=2.0.5"
14+
"squizlabs/php_codesniffer": "^3.3"
1615
},
1716
"autoload": {
1817
"psr-4": { "SubjectivePHP\\Util\\": "src/" }

0 commit comments

Comments
 (0)