Skip to content

Commit

Permalink
Add new recipes configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Feb 16, 2024
1 parent 8e421e3 commit 4a137e8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
11 changes: 11 additions & 0 deletions config/packages/nyholm_psr7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
# Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)
Psr\Http\Message\RequestFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\ResponseFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\ServerRequestFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\StreamFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\UriFactoryInterface: '@nyholm.psr7.psr17_factory'

nyholm.psr7.psr17_factory:
class: Nyholm\Psr7\Factory\Psr17Factory
2 changes: 2 additions & 0 deletions config/packages/workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
framework:
workflows: null
30 changes: 24 additions & 6 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,18 @@
"ref": "5ef2976310e8f9621c1a722a73bfbe115c1559a3"
}
},
"nyholm/psr7": {
"version": "1.8",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "4a8c0345442dcca1d8a2c65633dcf0285dd5a5a2"
},
"files": [
"config/packages/nyholm_psr7.yaml"
]
},
"openlss/lib-array2xml": {
"version": "0.0.10"
},
Expand Down Expand Up @@ -344,9 +356,6 @@
"phpdocumentor/type-resolver": {
"version": "0.4.0"
},
"phpseclib/phpseclib": {
"version": "2.0.30"
},
"phpspec/php-diff": {
"version": "v1.1.0"
},
Expand Down Expand Up @@ -527,9 +536,6 @@
"sylius/mailer-bundle": {
"version": "v1.4.4"
},
"sylius/paypal-plugin": {
"version": "v1.0.1"
},
"sylius/registry": {
"version": "v1.4.1"
},
Expand Down Expand Up @@ -831,6 +837,18 @@
"webpack.config.js"
]
},
"symfony/workflow": {
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.3",
"ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
},
"files": [
"config/packages/workflow.yaml"
]
},
"symfony/yaml": {
"version": "v4.1.3"
},
Expand Down

0 comments on commit 4a137e8

Please sign in to comment.