|
@@ -0,0 +1,574 @@
|
|
|
+[
|
|
|
+ {
|
|
|
+ "name": "paragonie/random_compat",
|
|
|
+ "version": "v9.99.99",
|
|
|
+ "version_normalized": "9.99.99.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/random_compat.git",
|
|
|
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "4.*|5.*",
|
|
|
+ "vimeo/psalm": "^1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
+ },
|
|
|
+ "time": "2018-07-02T15:55:56+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
+ "email": "security@paragonie.com",
|
|
|
+ "homepage": "https://paragonie.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
+ "keywords": [
|
|
|
+ "csprng",
|
|
|
+ "polyfill",
|
|
|
+ "pseudorandom",
|
|
|
+ "random"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/cache.git",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2016-08-06T20:24:11+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Cache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for caching libraries",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "psr",
|
|
|
+ "psr-6"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "version_normalized": "1.0.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2017-02-14T16:28:37+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.3",
|
|
|
+ "version_normalized": "1.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2020-03-23T09:12:05+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/cache",
|
|
|
+ "version": "v4.4.7",
|
|
|
+ "version_normalized": "4.4.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/cache.git",
|
|
|
+ "reference": "f777b570291aebe51081b9827e05f3a747665e87"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache/zipball/f777b570291aebe51081b9827e05f3a747665e87",
|
|
|
+ "reference": "f777b570291aebe51081b9827e05f3a747665e87",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3",
|
|
|
+ "psr/cache": "~1.0",
|
|
|
+ "psr/log": "~1.0",
|
|
|
+ "symfony/cache-contracts": "^1.1.7|^2",
|
|
|
+ "symfony/service-contracts": "^1.1|^2",
|
|
|
+ "symfony/var-exporter": "^4.2|^5.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/dbal": "<2.5",
|
|
|
+ "symfony/dependency-injection": "<3.4",
|
|
|
+ "symfony/http-kernel": "<4.4",
|
|
|
+ "symfony/var-dumper": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/cache-implementation": "1.0",
|
|
|
+ "psr/simple-cache-implementation": "1.0",
|
|
|
+ "symfony/cache-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cache/integration-tests": "dev-master",
|
|
|
+ "doctrine/cache": "~1.6",
|
|
|
+ "doctrine/dbal": "~2.5",
|
|
|
+ "predis/predis": "~1.1",
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
+ "symfony/config": "^4.2|^5.0",
|
|
|
+ "symfony/dependency-injection": "^3.4|^4.1|^5.0",
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0"
|
|
|
+ },
|
|
|
+ "time": "2020-03-27T16:54:36+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Cache\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "caching",
|
|
|
+ "psr6"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/cache-contracts",
|
|
|
+ "version": "v2.0.1",
|
|
|
+ "version_normalized": "2.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/cache-contracts.git",
|
|
|
+ "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
|
|
|
+ "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5",
|
|
|
+ "psr/cache": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/cache-implementation": ""
|
|
|
+ },
|
|
|
+ "time": "2019-11-18T17:27:11+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Cache\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Generic abstractions related to caching",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/expression-language",
|
|
|
+ "version": "v3.4.39",
|
|
|
+ "version_normalized": "3.4.39.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/expression-language.git",
|
|
|
+ "reference": "206165f46c660f3231df0afbdeec6a62f81afc59"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/expression-language/zipball/206165f46c660f3231df0afbdeec6a62f81afc59",
|
|
|
+ "reference": "206165f46c660f3231df0afbdeec6a62f81afc59",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5.9|>=7.0.8",
|
|
|
+ "symfony/cache": "~3.1|~4.0",
|
|
|
+ "symfony/polyfill-php70": "~1.6"
|
|
|
+ },
|
|
|
+ "time": "2020-03-16T08:31:04+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\ExpressionLanguage\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony ExpressionLanguage Component",
|
|
|
+ "homepage": "https://symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php70",
|
|
|
+ "version": "v1.15.0",
|
|
|
+ "version_normalized": "1.15.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php70.git",
|
|
|
+ "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
|
|
|
+ "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "paragonie/random_compat": "~1.0|~2.0|~9.99",
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "time": "2020-02-27T09:26:54+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.15-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php70\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
+ "version": "v2.0.1",
|
|
|
+ "version_normalized": "2.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
+ "reference": "144c5e51266b281231e947b51223ba14acf1a749"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
|
|
|
+ "reference": "144c5e51266b281231e947b51223ba14acf1a749",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5",
|
|
|
+ "psr/container": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/service-implementation": ""
|
|
|
+ },
|
|
|
+ "time": "2019-11-18T17:27:11+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Service\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Generic abstractions related to writing services",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/var-exporter",
|
|
|
+ "version": "v5.0.7",
|
|
|
+ "version_normalized": "5.0.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/var-exporter.git",
|
|
|
+ "reference": "ffd29a70370e466343e33154b5df197a07a13afa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
|
|
|
+ "reference": "ffd29a70370e466343e33154b5df197a07a13afa",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0"
|
|
|
+ },
|
|
|
+ "time": "2020-03-27T16:56:45+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarExporter\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "clone",
|
|
|
+ "construct",
|
|
|
+ "export",
|
|
|
+ "hydrate",
|
|
|
+ "instantiate",
|
|
|
+ "serialize"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+]
|