Skip to content

Commit b72161a

Browse files
authored
Update dependency declarations to match currently supported Symfony versions (#16)
Case 204755
1 parent 6ab5bf1 commit b72161a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"license": "MIT",
55
"require": {
66
"php": ">= 8.1",
7-
"jbouzekri/phumbor-bundle": "^2.2.0|^3.0|^4.0",
8-
"twig/twig": "^2.0|^3.0",
9-
"symfony/config": "^5.4|^6.4|^7.3",
10-
"symfony/dependency-injection": "^5.4|^6.4|^7.3",
11-
"symfony/yaml": "^5.4|^6.4|^7.3"
7+
"jbouzekri/phumbor-bundle": "^2.2.0 || ^3.0 || ^4.0",
8+
"twig/twig": "^2.0 || ^3.0",
9+
"symfony/config": "^6.4 || ^7.3 || ^8.0",
10+
"symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0",
11+
"symfony/yaml": "^6.4 || ^7.3 || ^8.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)