![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/jms/serializer-bundle/ |
{ "name": "jms/serializer-bundle", "type": "symfony-bundle", "description": "Allows you to easily serialize, and deserialize data of any complexity", "keywords": [ "serialization", "deserialization", "json", "xml" ], "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", "license": "MIT", "authors": [ { "name": "Johannes M. Schmitt", "email": "[email protected]" }, { "name": "Asmir Mustafic", "email": "[email protected]" } ], "require": { "php": "^7.4 || ^8.0", "jms/serializer": "^3.28", "jms/metadata": "^2.6", "symfony/config": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { "doctrine/coding-standard": "^8.1", "doctrine/orm": "^2.14", "phpunit/phpunit": "^8.0 || ^9.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", "symfony/finder": "^5.4 || ^6.0 || ^7.0", "symfony/form": "^5.4 || ^6.0 || ^7.0", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", "symfony/templating": "^5.4 || ^6.0", "symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/uid": "^5.4 || ^6.0 || ^7.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "symfony/expression-language": "Required for opcache preloading ^5.4 || ^6.0 || ^7.0", "symfony/finder": "Required for cache warmup, supported versions ^5.4 || ^6.0 || ^7.0" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "JMS\\SerializerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "autoload-dev": { "psr-4": { "JMS\\SerializerBundle\\Tests\\": "Tests" } } }