Skip to content

Commit 435a6de

Browse files
authored
Merge pull request #16 from undabot/v2.3.2
Allow sf 5 and 6 versions
2 parents aa09f87 + 3efee5c commit 435a6de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"php": "^8",
88
"ext-json": "*",
99
"undabot/json-api-core": "^2.1",
10-
"symfony/http-kernel": "^6.0",
11-
"symfony/validator": "^6.0",
10+
"symfony/http-kernel": "^5.0 || ^6.0",
11+
"symfony/validator": "^5.0 || ^6.0",
1212
"symfony/orm-pack": "^2.1",
1313
"doctrine/annotations": "^1.12",
14-
"symfony/property-access": "^6.0",
15-
"symfony/yaml": "^6.0",
14+
"symfony/property-access": "^5.0 || ^6.0",
15+
"symfony/yaml": "^5.0 || ^6.0",
1616
"ramsey/uuid": "^4.1",
1717
"beberlei/assert": "^3.3",
1818
"sensio/framework-extra-bundle": "^6.1",
19-
"symfony/serializer": "^6.0"
19+
"symfony/serializer": "^5.0 || ^6.0"
2020
},
2121
"require-dev": {
2222
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)