Skip to content

Commit ad3d86f

Browse files
Allow Symfony 6.x components to be used (#11)
1 parent 3e7b88b commit ad3d86f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"php": "7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
77
"jbouzekri/phumbor-bundle": "^2.2.0|^3.0",
88
"twig/twig": "^1.35.4|^2.0|^3.0",
9-
"symfony/config": "^3.4.14|^4.4.1|^5.0",
10-
"symfony/dependency-injection": "^3.4.14|^4.4.1|^5.0",
11-
"symfony/yaml": "^3.4.14|^4.4.1|^5.0"
9+
"symfony/config": "^3.4.14|^4.4.1|^5.0|^6.0",
10+
"symfony/dependency-injection": "^3.4.14|^4.4.1|^5.0|^6.0",
11+
"symfony/yaml": "^3.4.14|^4.4.1|^5.0|^6.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)