Skip to content

Commit 26e296c

Browse files
committed
chore: allow symfony 8
1 parent e86a091 commit 26e296c

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
@@ -20,8 +20,8 @@
2020
"require": {
2121
"php": ">=8.2",
2222
"jumbojett/openid-connect-php": "^0.9.10",
23-
"symfony/http-client": "^7.4",
24-
"symfony/web-link": "^7.4",
23+
"symfony/http-client": "^7.4 || ^8.0",
24+
"symfony/web-link": "^7.4 || ^8.0",
2525
"easyrdf/easyrdf": "^1.1",
2626
"ml/json-ld": "^1.2",
2727
"web-token/jwt-core": "^3.0",

0 commit comments

Comments
 (0)