Skip to content

Commit d0271d3

Browse files
authored
Merge pull request #2 from yokai-php/compatibility-with-symfony-6
Compatibility with Symfony 6.x
2 parents a74b24d + 062338a commit d0271d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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/dependency-injection": "~2.7|~3.0|~4.0|~5.0"
15+
"symfony/dependency-injection": "^2.7|^3.0|^4.0|^5.0|^6.0"
1616
},
1717
"autoload": {
1818
"psr-4": { "Yokai\\DependencyInjection\\": "src" }

0 commit comments

Comments
 (0)