-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JMSSerializerBundle without symfony ? #128
Comments
This bundle has no required dependencies on Symfony2, so yes you can. You just need to do the bootstrapping yourself. |
However composer.json requires: "require-dev": { But it's not mandatory.
Thank you @schmittjoh |
That's for development, and basically tests the integration features into On Tue, Jun 12, 2012 at 12:45 PM, david quintard <
|
@schmittjoh |
actually the serialization part as been moved to a separate repo now. |
Yeah, I don't think that you need anything of this bundle for your zf2 module, just integrate the library directly. |
Ok thanks, I hope it is ok if I call the module "JMSSerializerModule", if not, let me know ;) |
If anybody is interested: https://github.com/Spea/JMSSerializerModule |
Hi there,
I'm using zf2 so can i use JMSSerializerBundle like a zf2 module ?
The text was updated successfully, but these errors were encountered: