Skip to content

Commit d7b1428

Browse files
authored
Merge pull request #1 from yokai-php/bugfix-symfony-flex-compatibility
Changed dependency from symfony/symfony to symfony/dependency-injection
2 parents 77581fb + ffa588e commit d7b1428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.5.9",
15-
"symfony/symfony": "~2.7|~3.0"
15+
"symfony/dependency-injection": "~2.7|~3.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.6"

0 commit comments

Comments
 (0)