Skip to content

Commit

Permalink
Allow Symfony 6.x components to be used (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick authored Jun 29, 2023
1 parent 3e7b88b commit ad3d86f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"php": "7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
"jbouzekri/phumbor-bundle": "^2.2.0|^3.0",
"twig/twig": "^1.35.4|^2.0|^3.0",
"symfony/config": "^3.4.14|^4.4.1|^5.0",
"symfony/dependency-injection": "^3.4.14|^4.4.1|^5.0",
"symfony/yaml": "^3.4.14|^4.4.1|^5.0"
"symfony/config": "^3.4.14|^4.4.1|^5.0|^6.0",
"symfony/dependency-injection": "^3.4.14|^4.4.1|^5.0|^6.0",
"symfony/yaml": "^3.4.14|^4.4.1|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ad3d86f

Please sign in to comment.