Skip to content

Commit b5bf3be

Browse files
authored
Merge pull request #64 from TheDigitalOrchard/deps-compatibility
allow Symfony HTTP Client v7.1 as a dependency
2 parents 32cf537 + a2a74e8 commit b5bf3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"doctrine/annotations": "^1.13",
2626
"doctrine/inflector": "^2.0",
2727
"ramsey/uuid": "^4.2",
28-
"symfony/http-client": "^6.1",
28+
"symfony/http-client": "^7.1 || ^6.1",
2929
"symfony/mime": "^6.1",
30-
"symfony/property-access": "^6.1",
30+
"symfony/property-access": "^7.1.4 || ^6.1",
3131
"symfony/serializer": "^6.1"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)