Skip to content

Commit e875024

Browse files
[WebLink] allow psr/link v2
1 parent af8ad01 commit e875024

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
@@ -16,11 +16,11 @@
1616
}
1717
],
1818
"provide": {
19-
"psr/link-implementation": "1.0"
19+
"psr/link-implementation": "1.0|2.0"
2020
},
2121
"require": {
2222
"php": ">=8.0.2",
23-
"psr/link": "^1.1"
23+
"psr/link": "^1.1|^2.0"
2424
},
2525
"suggest": {
2626
"symfony/http-kernel": ""

0 commit comments

Comments
 (0)