{ "name": "jms/serializer", "type": "library", "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", "keywords": ["serialization", "deserialization", "json", "jaxb", "xml"], "homepage": "http://jmsyst.com/libs/serializer", "license": "MIT", "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "require": { "php": "^5.5|^7.0", "jms/metadata": "^1.3", "jms/parser-lib": "1.*", "phpoption/phpoption": "^1.1", "phpcollection/phpcollection": "~0.1", "doctrine/annotations": "^1.0", "doctrine/instantiator": "^1.0.3" }, "conflict": { "twig/twig": "<1.12" }, "suggest": { "symfony/yaml": "Required if you'd like to serialize data to YAML format.", "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", "doctrine/cache": "Required if you like to use cache functionality." }, "require-dev": { "ext-pdo_sqlite": "*", "twig/twig": "~1.12|~2.0", "doctrine/orm": "~2.1", "jackalope/jackalope-doctrine-dbal": "^1.1.5", "doctrine/phpcr-odm": "^1.3|^2.0", "propel/propel1": "~1.7", "psr/container": "^1.0", "symfony/dependency-injection": "^2.7|^3.3|^4.0", "symfony/yaml": "^2.1|^3.0", "symfony/translation": "^2.1|^3.0", "symfony/validator": "^2.2|^3.0", "symfony/form": "~2.1|^3.0", "symfony/filesystem": "^2.1", "symfony/expression-language": "^2.6|^3.0", "phpunit/phpunit": "^4.8|^5.0" }, "autoload": { "psr-0": { "JMS\\Serializer": "src/" } }, "autoload-dev": { "psr-4": { "JMS\\Serializer\\Tests\\": "tests/" } }, "extra": { "branch-alias": { "dev-1.x": "1.14-dev" } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 41 B | 0644 |
|
.scrutinizer.yml | File | 49 B | 0644 |
|
.travis.yml | File | 1.03 KB | 0644 |
|
CHANGELOG.md | File | 70.7 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
META.md | File | 175 B | 0644 |
|
README.md | File | 436 B | 0644 |
|
UPGRADING.md | File | 1008 B | 0644 |
|
composer.json | File | 2.06 KB | 0644 |
|
phpunit.xml.dist | File | 930 B | 0644 |
|