File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ services :
2+ _defaults :
3+ public : false
4+
5+ # Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)
6+ Psr\Http\Message\RequestFactoryInterface : ' @nyholm.psr7.psr17_factory'
7+ Psr\Http\Message\ResponseFactoryInterface : ' @nyholm.psr7.psr17_factory'
8+ Psr\Http\Message\ServerRequestFactoryInterface : ' @nyholm.psr7.psr17_factory'
9+ Psr\Http\Message\StreamFactoryInterface : ' @nyholm.psr7.psr17_factory'
10+ Psr\Http\Message\UploadedFileFactoryInterface : ' @nyholm.psr7.psr17_factory'
11+ Psr\Http\Message\UriFactoryInterface : ' @nyholm.psr7.psr17_factory'
12+
13+ nyholm.psr7.psr17_factory :
14+ class : Nyholm\Psr7\Factory\Psr17Factory
Original file line number Diff line number Diff line change 1+ {
2+ "copy-from-recipe" : {
3+ "config/" : " %CONFIG_DIR%/"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments