1244 lines
44 KiB
JSON
1244 lines
44 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "d0bfb04c59c6143cbca4f1362aecf2b5",
|
|
"packages": [
|
|
{
|
|
"name": "container-interop/container-interop",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/container": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Container\\": "src/Interop/Container/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2015-11-06T14:35:42+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.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"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2016-10-10T12:19:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "26b6f419edda16c19775211987651cb27baea7f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1",
|
|
"reference": "26b6f419edda16c19775211987651cb27baea7f1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/debug": "~2.8|~3.0|~4.0",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/process": "<3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~3.3|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
|
"symfony/lock": "~3.4|~4.0",
|
|
"symfony/process": "~3.3|~4.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"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 Console Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-29T09:03:43+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
|
|
"reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-kernel": "~2.8|~3.0|~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
},
|
|
"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 Debug Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-18T22:16:57+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "e078773ad6354af38169faf31c21df0f18ace03d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d",
|
|
"reference": "e078773ad6354af38169faf31c21df0f18ace03d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"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 Filesystem Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-03T07:37:34+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e",
|
|
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
},
|
|
"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 OptionsResolver Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"time": "2018-01-11T07:56:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
|
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"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 for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-01-30T19:27:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "09a5172057be8fc677840e591b17f385e58c7c0d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/09a5172057be8fc677840e591b17f385e58c7c0d",
|
|
"reference": "09a5172057be8fc677840e591b17f385e58c7c0d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"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 Process Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-29T09:03:43+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-escaper",
|
|
"version": "2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
|
"reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
|
|
"reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev",
|
|
"dev-develop": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Escaper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zend-escaper",
|
|
"keywords": [
|
|
"escaper",
|
|
"zf2"
|
|
],
|
|
"time": "2016-06-30T19:48:38+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-http",
|
|
"version": "2.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-http.git",
|
|
"reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-http/zipball/78aa510c0ea64bfb2aa234f50c4f232c9531acfa",
|
|
"reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-loader": "^2.5.1",
|
|
"zendframework/zend-stdlib": "^3.1 || ^2.7.7",
|
|
"zendframework/zend-uri": "^2.5.2",
|
|
"zendframework/zend-validator": "^2.10.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4.1 || ^5.7.15",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-config": "^3.1 || ^2.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7-dev",
|
|
"dev-develop": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Http\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
|
|
"homepage": "https://github.com/zendframework/zend-http",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"http",
|
|
"http client",
|
|
"zend",
|
|
"zf"
|
|
],
|
|
"time": "2017-10-13T12:06:24+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-json",
|
|
"version": "2.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-json.git",
|
|
"reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
|
|
"reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"zendframework/zend-http": "^2.5.4",
|
|
"zendframework/zend-server": "^2.6.1",
|
|
"zendframework/zend-stdlib": "^2.5 || ^3.0",
|
|
"zendframework/zendxml": "^1.0.2"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
|
|
"zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
|
|
"zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
|
|
"zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev",
|
|
"dev-develop": "2.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Json\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
|
|
"homepage": "https://github.com/zendframework/zend-json",
|
|
"keywords": [
|
|
"json",
|
|
"zf2"
|
|
],
|
|
"time": "2016-02-04T21:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-loader",
|
|
"version": "2.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-loader.git",
|
|
"reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
|
|
"reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.23"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev",
|
|
"dev-develop": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Loader\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zend-loader",
|
|
"keywords": [
|
|
"loader",
|
|
"zf2"
|
|
],
|
|
"time": "2015-06-03T14:05:47+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-stdlib",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-stdlib.git",
|
|
"reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
|
|
"reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"athletic/athletic": "~0.1",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "^2.6.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev",
|
|
"dev-develop": "3.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Stdlib\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zend-stdlib",
|
|
"keywords": [
|
|
"stdlib",
|
|
"zf2"
|
|
],
|
|
"time": "2016-09-13T14:38:50+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-uri",
|
|
"version": "2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-uri.git",
|
|
"reference": "0bf717a239432b1a1675ae314f7c4acd742749ed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed",
|
|
"reference": "0bf717a239432b1a1675ae314f7c4acd742749ed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5 || ^7.0",
|
|
"zendframework/zend-escaper": "^2.5",
|
|
"zendframework/zend-validator": "^2.5"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev",
|
|
"dev-develop": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Uri\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
|
|
"homepage": "https://github.com/zendframework/zend-uri",
|
|
"keywords": [
|
|
"uri",
|
|
"zf2"
|
|
],
|
|
"time": "2016-02-17T22:38:51+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-validator",
|
|
"version": "2.10.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-validator.git",
|
|
"reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
|
|
"reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.1",
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-stdlib": "^2.7.6 || ^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
"zendframework/zend-cache": "^2.6.1",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-config": "^2.6",
|
|
"zendframework/zend-db": "^2.7",
|
|
"zendframework/zend-filter": "^2.6",
|
|
"zendframework/zend-http": "^2.5.4",
|
|
"zendframework/zend-i18n": "^2.6",
|
|
"zendframework/zend-math": "^2.6",
|
|
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
"zendframework/zend-session": "^2.8",
|
|
"zendframework/zend-uri": "^2.5"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
|
|
"zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
|
|
"zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
|
|
"zendframework/zend-i18n-resources": "Translations of validator messages",
|
|
"zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
|
|
"zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
|
|
"zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
|
|
"zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.10.x-dev",
|
|
"dev-develop": "2.11.x-dev"
|
|
},
|
|
"zf": {
|
|
"component": "Zend\\Validator",
|
|
"config-provider": "Zend\\Validator\\ConfigProvider"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Validator\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "provides a set of commonly needed validators",
|
|
"homepage": "https://github.com/zendframework/zend-validator",
|
|
"keywords": [
|
|
"validator",
|
|
"zf2"
|
|
],
|
|
"time": "2018-02-01T17:05:33+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zendservice-apple-apns",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/ZendService_Apple_Apns.git",
|
|
"reference": "ee2c44ee833206c1eb95b2fb7be1e2335e7570eb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/ZendService_Apple_Apns/zipball/ee2c44ee833206c1eb95b2fb7be1e2335e7570eb",
|
|
"reference": "ee2c44ee833206c1eb95b2fb7be1e2335e7570eb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zendframework/zend-json": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ZendService\\Apple\\Apns\\": "library/",
|
|
"ZendService\\Apple\\Exception\\": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "OOP Zend Framework 2 wrapper for Apple Push Notification Service",
|
|
"homepage": "http://packages.zendframework.com/",
|
|
"keywords": [
|
|
"apns",
|
|
"apple",
|
|
"notification",
|
|
"push",
|
|
"zf2"
|
|
],
|
|
"time": "2015-12-09T22:55:07+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zendservice-google-gcm",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/ZendService_Google_Gcm.git",
|
|
"reference": "617221cb04e75c05080ceec61f31c71566e0b999"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/ZendService_Google_Gcm/zipball/617221cb04e75c05080ceec61f31c71566e0b999",
|
|
"reference": "617221cb04e75c05080ceec61f31c71566e0b999",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5 || ^7.0",
|
|
"zendframework/zend-http": "^2.0",
|
|
"zendframework/zend-json": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ZendService\\Google\\": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "OOP wrapper for Google Cloud Messaging",
|
|
"homepage": "https://github.com/zendframework/zendservice-google-gcm",
|
|
"keywords": [
|
|
"gcm",
|
|
"google",
|
|
"notification",
|
|
"push",
|
|
"zf2"
|
|
],
|
|
"time": "2017-01-17T13:57:50+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "atoum/atoum",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/atoum/atoum.git",
|
|
"reference": "6f4ab88f3a1826aed2372c9f7f0d53b9303f672a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/atoum/atoum/zipball/6f4ab88f3a1826aed2372c9f7f0d53b9303f672a",
|
|
"reference": "6f4ab88f3a1826aed2372c9f7f0d53b9303f672a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xml": "*",
|
|
"php": "^5.6.0 || ^7.0.0"
|
|
},
|
|
"replace": {
|
|
"mageekguy/atoum": "*"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~1.12"
|
|
},
|
|
"suggest": {
|
|
"atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
|
|
"ext-mbstring": "Provides support for UTF-8 strings",
|
|
"ext-xdebug": "Provides code coverage report (>= 2.3)"
|
|
},
|
|
"bin": [
|
|
"bin/atoum"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"classes/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Hardy",
|
|
"email": "frederic.hardy@atoum.org",
|
|
"homepage": "http://blog.mageekbox.net"
|
|
},
|
|
{
|
|
"name": "François Dussert",
|
|
"email": "francois.dussert@atoum.org"
|
|
},
|
|
{
|
|
"name": "Gérald Croes",
|
|
"email": "gerald.croes@atoum.org"
|
|
},
|
|
{
|
|
"name": "Julien Bianchi",
|
|
"email": "julien.bianchi@atoum.org"
|
|
},
|
|
{
|
|
"name": "Ludovic Fleury",
|
|
"email": "ludovic.fleury@atoum.org"
|
|
}
|
|
],
|
|
"description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
|
|
"homepage": "http://www.atoum.org",
|
|
"keywords": [
|
|
"TDD",
|
|
"atoum",
|
|
"test",
|
|
"unit testing"
|
|
],
|
|
"time": "2017-09-07T08:27:13+00:00"
|
|
},
|
|
{
|
|
"name": "atoum/stubs",
|
|
"version": "2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/atoum/stubs.git",
|
|
"reference": "45babf1aa5042a99c68fe8a17e1229d7c21407cb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/atoum/stubs/zipball/45babf1aa5042a99c68fe8a17e1229d7c21407cb",
|
|
"reference": "45babf1aa5042a99c68fe8a17e1229d7c21407cb",
|
|
"shasum": ""
|
|
},
|
|
"suggest": {
|
|
"atoum/atoum": "Include atoum in your projet dependencies"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Julien Bianchi",
|
|
"email": "julien.bianchi@atoum.org"
|
|
},
|
|
{
|
|
"name": "Ludovic Fleury",
|
|
"email": "ludovic.fleury@atoum.org"
|
|
}
|
|
],
|
|
"description": "Stubs for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+",
|
|
"homepage": "http://www.atoum.org",
|
|
"keywords": [
|
|
"TDD",
|
|
"atoum",
|
|
"test",
|
|
"unit testing"
|
|
],
|
|
"time": "2016-01-07T19:57:29+00:00"
|
|
},
|
|
{
|
|
"name": "atoum/visibility-extension",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/atoum/visibility-extension.git",
|
|
"reference": "88f2a7f5b607c70d47674b38d6cb7d445faa993c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/atoum/visibility-extension/zipball/88f2a7f5b607c70d47674b38d6cb7d445faa993c",
|
|
"reference": "88f2a7f5b607c70d47674b38d6cb7d445faa993c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"atoum/atoum": "^2.9 | ^3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mageekguy\\atoum\\visibility\\": "classes"
|
|
},
|
|
"files": [
|
|
"configuration.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "jubianchi",
|
|
"email": "contact@jubianchi.fr"
|
|
}
|
|
],
|
|
"description": "atoum extension to loosen method visibility",
|
|
"homepage": "http://www.atoum.org",
|
|
"keywords": [
|
|
"TDD",
|
|
"atoum",
|
|
"atoum-extension",
|
|
"test",
|
|
"unit testing",
|
|
"visibility"
|
|
],
|
|
"time": "2017-02-24T13:25:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/var-dumper",
|
|
"version": "v3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
"reference": "472a9849930cf21f73abdb02240f17cf5b5bd1a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/472a9849930cf21f73abdb02240f17cf5b5bd1a7",
|
|
"reference": "472a9849930cf21f73abdb02240f17cf5b5bd1a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-iconv": "*",
|
|
"twig/twig": "~1.34|~2.4"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
"ext-intl": "To show region name in time zone dump",
|
|
"ext-symfony_debug": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions/dump.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\VarDumper\\": ""
|
|
},
|
|
"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 mechanism for exploring and dumping PHP variables",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"debug",
|
|
"dump"
|
|
],
|
|
"time": "2018-01-29T09:03:43+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6"
|
|
},
|
|
"platform-dev": []
|
|
}
|