Skip to content

Commit aae6a4a

Browse files
committed
Symfony 4 support
1 parent d7b1428 commit aae6a4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.5.9",
15-
"symfony/dependency-injection": "~2.7|~3.0"
16-
},
17-
"require-dev": {
18-
"phpunit/phpunit": "~4.6"
15+
"symfony/dependency-injection": "~2.7|~3.0|~4.0"
1916
},
2017
"autoload": {
2118
"psr-4": { "Yokai\\DependencyInjection\\": "src" }

0 commit comments

Comments
 (0)