Skip to content

Commit a490ec7

Browse files
committed
Updated psr/link dependency
1 parent 48f831e commit a490ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"psr/cache": "^1.0|^2.0",
4242
"psr/container": "^1.0",
4343
"psr/event-dispatcher": "^1.0",
44-
"psr/link": "^1.0",
44+
"psr/link": "^1.1",
4545
"psr/log": "~1.0",
4646
"symfony/contracts": "^2.1",
4747
"symfony/polyfill-ctype": "~1.8",

src/Symfony/Component/WebLink/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"php": ">=8.0.2",
23-
"psr/link": "^1.0"
23+
"psr/link": "^1.1"
2424
},
2525
"suggest": {
2626
"symfony/http-kernel": ""

0 commit comments

Comments
 (0)