Skip to content

Commit ac15896

Browse files
committed
Fix typo in composer manifest
1 parent 5a5cb79 commit ac15896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"symfony/cache": "^v5.0.0 || ^6.4.16"
5959
},
6060
"suggest": {
61-
"psr/http-client-implementation": "To use the storage functionnality which depends on PSR-18",
62-
"psr/http-factory-implementation": "To use the storage functionnality which depends on PSR-17",
63-
"psr/simple-cache-implementation": "To use the storage functionnality which depends on PSR-16",
61+
"psr/http-client-implementation": "To use the storage functionality which depends on PSR-18",
62+
"psr/http-factory-implementation": "To use the storage functionality which depends on PSR-17",
63+
"psr/simple-cache-implementation": "To use the storage functionality which depends on PSR-16",
6464
"league/uri": "To parse URL and validate host"
6565
},
6666
"autoload": {

0 commit comments

Comments
 (0)