Skip to content

Commit

Permalink
[Maintenance] Bump the rest of recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Sep 25, 2024
1 parent 7dfcc3a commit 596199a
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 344 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

###> friends-of-behat/symfony-extension ###
/behat.yml
###< friends-of-behat/symfony-extension ###

###> liip/imagine-bundle ###
/public/media/cache/
###< liip/imagine-bundle ###
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"behat/behat": "^3.7",
"behat/mink-selenium2-driver": "^1.4",
"dbrekelmans/bdi": "^1.1",
"dbrekelmans/bdi": "^1.3",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"friends-of-behat/mink": "^1.8",
Expand Down
12 changes: 12 additions & 0 deletions config/packages/nelmio_alice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
when@dev: &dev
nelmio_alice:
functions_blacklist:
- 'current'
- 'shuffle'
- 'date'
- 'time'
- 'file'
- 'md5'
- 'sha1'

when@test: *dev
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
8 changes: 4 additions & 4 deletions config/packages/payum.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
payum:
gateways:
offline:
factory: offline
#payum:
# gateways:
# offline:
# factory: offline
Loading

0 comments on commit 596199a

Please sign in to comment.