Skip to content

Commit c65743a

Browse files
committed
Fix psr/cache package name
1 parent 23d0b3e commit c65743a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/PSR-6-cache-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,6 @@ Implementers MAY add parameter types to their own packages in a new major releas
350350

351351
* the parameter types match those in the 2.0 package.
352352
* the implementation specifies a minimum PHP version of 8.0.0 or later.
353-
* the implementation depends on `"psr/link": "^1.1 || ^2.0"` so as to exclude the untyped 1.0 version.
353+
* the implementation depends on `"psr/cache": "^2.0 || ^3.0"` so as to exclude the untyped 1.0 version.
354354

355355
Implementers are encouraged but not required to transition their packages toward the 3.0 version of the package at their earliest convenience.

0 commit comments

Comments
 (0)