Skip to content

Commit

Permalink
Adding provide PSR15 RequestHandlerInterface to core
Browse files Browse the repository at this point in the history
  • Loading branch information
challgren committed Mar 7, 2023
1 parent 3730ce6 commit 41a5e07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -25,6 +25,9 @@
"php": ">=7.4.0",
"cakephp/utility": "^4.0"
},
"provide": {
"psr/http-server-handler-implementation": "^1.0"
},
"suggest": {
"cakephp/event": "To use PluginApplicationInterface or plugin applications.",
"cakephp/cache": "To use Configure::store() and restore().",
Expand Down

0 comments on commit 41a5e07

Please sign in to comment.