Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.145.188
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
jms /
serializer-bundle /
Delete
Unzip
Name
Size
Permission
Date
Action
Cache
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
ContextFactory
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
Debug
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
DependencyInjection
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
ExpressionLanguage
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
Resources
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
Serializer
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
Templating
[ DIR ]
drwxrwxr-x
2021-12-01 12:22
CHANGELOG.md
81.87
KB
-rw-rw-r--
2021-12-01 12:22
CONTRIBUTING.md
2.57
KB
-rw-rw-r--
2021-12-01 12:22
JMSSerializerBundle.php
2.53
KB
-rw-rw-r--
2021-12-01 12:22
LICENSE
1.04
KB
-rw-rw-r--
2021-12-01 12:22
META.md
251
B
-rw-rw-r--
2021-12-01 12:22
README.md
1.14
KB
-rw-rw-r--
2021-12-01 12:22
UPGRADING.md
4.64
KB
-rw-rw-r--
2021-12-01 12:22
composer.json
2.15
KB
-rw-rw-r--
2021-12-01 12:22
Save
Rename
{ "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": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "require": { "php": "^7.2 || ^8.0", "jms/serializer": "^3.15", "jms/metadata": "^2.5", "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0 || ^6.0", "symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "doctrine/coding-standard": "^8.1", "doctrine/orm": "^2.4", "phpunit/phpunit": "^8.0 || ^9.0", "symfony/expression-language": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/form": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/templating": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/twig-bundle": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/validator": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "suggest": { "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ^1.3", "symfony/expression-language": "Required for opcache preloading, ^3.0 || ^4.0 || ^5.0", "symfony/finder": "Required for cache warmup, supported versions ^3.0|^4.0" }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "JMS\\SerializerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "autoload-dev": { "psr-4": { "JMS\\SerializerBundle\\Tests\\": "Tests" } } }