* Add recipe for amz/random-bundle
* update for recipe amzs/random-bundle #1900
* Update recipe for amzs/random-bundle
* Update recipe[add new line for yaml] for amzs/random-bundle
* update for errors new line amzs/random-bundle
* update for errors new line amzs/random-bundle
This recipe configures the Stripe PHP client with:
- Service definition for Stripe\StripeClient
- Autowiring support via service alias
- Environment variable configuration for STRIPE_SECRET_KEY
* Complete lastfm-bundle 2.0: add session support and move config to packages
* Fix environment variable name: LASTFM_SESSION -> LASTFM_SESSION_KEY
- Update session_key configuration to use LASTFM_SESSION_KEY for consistency
- Addresses feedback from PR #1885
* Fix copy-from-recipe path in manifest.json
- Change from '%CONFIG_DIR%/packages/' to '%CONFIG_DIR%/'
- Prevents files from being copied to config/packages/packages/
- Thanks @diimpp for catching this issue
* Add recipe for pasaia-udala/auth-bundle 1.2 (euskeraz)
* Remove empty security.yaml to fix validation error
* Add security.yaml with complete authentication configuration
* Add Symfony Flex recipe and remove deprecated old recipe
- Added complete .recipe/ structure for automatic installation
- Includes security.yaml with LDAP and Certificate authenticators
- Removed old unused recipe
* Fix YAML indentation to 4 spaces as required by recipes-contrib
* Add default value for LDAP_ENCRYPTION env var to fix validation
* Remove parameters section and hardcode encryption default value
* Trigger CI: bundle now requires PHP >= 8.1 (v1.2.1)
* Remove security.yaml to avoid overriding user's security configuration
* Translate post-install.txt to english and add security.yaml example
* Add fastfony/quality-pack
* Add .PHONY target quality
* typo in filename to copy
* install elements now in recipe
* rename yml to yaml
* copy the directory
* feat: add mago formatter default configuration
* fix: remove patch version from version specifier
* fix: Remove unsupported options for contrib recipes
* fix: typo in post-install.txt
* Added a comment about format config and enable linter symfony and phpunit plugins
* Update to mago pre release
* Update the docs link and add a note about the analyzer in the
`post-install.txt`
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add Discogs Bundle recipe v4.0
- Add recipe for calliostro/discogs-bundle v4.0
- Supports Personal Access Token and OAuth authentication
- Includes configuration options with detailed comments
- Symfony bundle for Discogs API integration
* Fix YAML indentation to use 4 spaces