123456789101112131415161718192021222324 |
- {
- "name": "jms/serializer-bundle",
- "type": "symfony-bundle",
- "description": "Allows you to easily serialize, and deserialize object graphs of any complexity",
- "keywords": ["serialization", "deserialization", "json", "jaxb", "xml"],
- "license": "Apache",
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "require": {
- "php": ">=5.3.2",
- "jms/metadata": ">=1.1.0"
- },
- "suggest": {
- "symfony/framework-bundle": "2.*"
- },
- "autoload": {
- "psr-0": { "JMS\\SerializerBundle": "" }
- },
- "target-dir": "JMS/SerializerBundle"
- }
|