dlakomski / jms-serializer-bundle-bridge
Symfony bundle for using JMSSerializer as message serializer for SimpleBus/Asynchronous
Installs: 0
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
Type:symfony-bundle
pkg:composer/dlakomski/jms-serializer-bundle-bridge
Requires
- php: ^8.2
- dlakomski/asynchronous-bundle: ^6.4
- dlakomski/jms-serializer-bridge: ^6.4
- jms/serializer-bundle: ^5.5
- symfony/config: ^6.4.23 || ^7.4.1
- symfony/dependency-injection: ^6.4.23 || ^7.4
- symfony/framework-bundle: ^6.4.23 || ^7.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- phpunit/phpunit: ^11.5.46
- symfony/phpunit-bridge: ^6.4.23 || ^7.4
Conflicts
- doctrine/annotations: <1.10.4
- jms/metadata: <2.5.2
- jms/serializer: <3.2.0
README
By Matthias Noback, Cliff Odijk, Ruud Kamphuis
This library contains a Symfony bundle which configures the ObjectSerializer from
SimpleBus/JMSSerializerBridge as the default object serializer for
SimpleBus/AsynchronousBundle. You only need to enable the
SimpleBusJMSSerializerBundleBridgeBundle in your AppKernel to accomplish this.