Skip to content

Commit c7406c6

Browse files
[6.4] Allow 7.0 deps
1 parent cb76849 commit c7406c6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"symfony/deprecation-contracts": "^2.5|^3",
21-
"symfony/event-dispatcher": "^5.4|^6.0",
22-
"symfony/options-resolver": "^5.4|^6.0",
21+
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
22+
"symfony/options-resolver": "^5.4|^6.0|^7.0",
2323
"symfony/polyfill-ctype": "~1.8",
2424
"symfony/polyfill-intl-icu": "^1.21",
2525
"symfony/polyfill-mbstring": "~1.0",
26-
"symfony/property-access": "^5.4|^6.0",
26+
"symfony/property-access": "^5.4|^6.0|^7.0",
2727
"symfony/service-contracts": "^2.5|^3"
2828
},
2929
"require-dev": {
3030
"doctrine/collections": "^1.0|^2.0",
31-
"symfony/validator": "^5.4|^6.0",
32-
"symfony/dependency-injection": "^5.4|^6.0",
33-
"symfony/expression-language": "^5.4|^6.0",
34-
"symfony/config": "^5.4|^6.0",
35-
"symfony/console": "^5.4|^6.0",
36-
"symfony/html-sanitizer": "^6.1",
37-
"symfony/http-foundation": "^5.4|^6.0",
38-
"symfony/http-kernel": "^5.4|^6.0",
39-
"symfony/intl": "^5.4|^6.0",
40-
"symfony/security-core": "^6.2",
41-
"symfony/security-csrf": "^5.4|^6.0",
42-
"symfony/translation": "^5.4|^6.0",
43-
"symfony/var-dumper": "^5.4|^6.0",
44-
"symfony/uid": "^5.4|^6.0"
31+
"symfony/validator": "^5.4|^6.0|^7.0",
32+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
33+
"symfony/expression-language": "^5.4|^6.0|^7.0",
34+
"symfony/config": "^5.4|^6.0|^7.0",
35+
"symfony/console": "^5.4|^6.0|^7.0",
36+
"symfony/html-sanitizer": "^6.1|^7.0",
37+
"symfony/http-foundation": "^5.4|^6.0|^7.0",
38+
"symfony/http-kernel": "^5.4|^6.0|^7.0",
39+
"symfony/intl": "^5.4|^6.0|^7.0",
40+
"symfony/security-core": "^6.2|^7.0",
41+
"symfony/security-csrf": "^5.4|^6.0|^7.0",
42+
"symfony/translation": "^5.4|^6.0|^7.0",
43+
"symfony/var-dumper": "^5.4|^6.0|^7.0",
44+
"symfony/uid": "^5.4|^6.0|^7.0"
4545
},
4646
"conflict": {
4747
"phpunit/phpunit": "<5.4.3",

0 commit comments

Comments
 (0)