2014-04-24 21:31:48 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-08-02 23:10:48 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2015-02-27 13:25:34 +00:00
|
|
|
"This file is @generated automatically"
|
2014-04-24 21:31:48 +00:00
|
|
|
],
|
2020-04-19 13:31:40 +00:00
|
|
|
"content-hash": "f78e950e2dfef7debe88d7b64e2b4aec",
|
2014-04-24 21:31:48 +00:00
|
|
|
"packages": [
|
2016-01-30 23:20:52 +00:00
|
|
|
{
|
2020-04-19 13:31:40 +00:00
|
|
|
"name": "jaxl/jaxl",
|
|
|
|
"version": "v3.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jaxl/JAXL.git",
|
|
|
|
"reference": "27aa43c4600b05809779428843d8d51db6ce6e0d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/jaxl/JAXL/zipball/27aa43c4600b05809779428843d8d51db6ce6e0d",
|
|
|
|
"reference": "27aa43c4600b05809779428843d8d51db6ce6e0d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-libxml": "*",
|
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-sockets": "*",
|
|
|
|
"php": ">=5.2.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^3.7.0",
|
|
|
|
"squizlabs/php_codesniffer": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-pcntl": "Interrupt JAXL with signals"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"jaxlctl"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/JAXL"
|
|
|
|
],
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Abhinavsingh",
|
|
|
|
"homepage": "https://abhinavsingh.com/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.",
|
|
|
|
"homepage": "http://jaxl.readthedocs.org/en/latest/index.html",
|
|
|
|
"keywords": [
|
|
|
|
"abhinavsingh",
|
|
|
|
"asynchronous",
|
|
|
|
"event loop",
|
|
|
|
"http",
|
|
|
|
"jabber",
|
|
|
|
"jaxl",
|
|
|
|
"non blocking",
|
|
|
|
"php",
|
|
|
|
"xmpp"
|
|
|
|
],
|
|
|
|
"time": "2016-09-13T01:59:35+00:00"
|
|
|
|
},
|
|
|
|
{
|
2016-01-30 23:20:52 +00:00
|
|
|
"name": "paragonie/random_compat",
|
2019-02-03 19:45:00 +00:00
|
|
|
"version": "v2.0.18",
|
2016-01-30 23:20:52 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
2019-02-03 19:45:00 +00:00
|
|
|
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
|
2016-01-30 23:20:52 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-02-03 19:45:00 +00:00
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
|
|
|
|
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
|
2016-01-30 23:20:52 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/random.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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",
|
2018-06-29 12:57:59 +00:00
|
|
|
"polyfill",
|
2016-01-30 23:20:52 +00:00
|
|
|
"pseudorandom",
|
|
|
|
"random"
|
|
|
|
],
|
2019-02-03 19:45:00 +00:00
|
|
|
"time": "2019-01-03T20:59:08+00:00"
|
2016-01-30 23:20:52 +00:00
|
|
|
},
|
2014-07-31 10:11:32 +00:00
|
|
|
{
|
|
|
|
"name": "php-pushover/php-pushover",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-04-09 17:12:10 +00:00
|
|
|
"url": "https://github.com/cschalenborgh/php-pushover.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "b2d060efacf48e4c6821427691b19db0315ccedd"
|
2014-07-31 10:11:32 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/cschalenborgh/php-pushover/zipball/b2d060efacf48e4c6821427691b19db0315ccedd",
|
|
|
|
"reference": "b2d060efacf48e4c6821427691b19db0315ccedd",
|
2014-07-31 10:11:32 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"Pushover.php"
|
|
|
|
]
|
|
|
|
},
|
2018-04-09 17:12:10 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Chris Schalenborgh",
|
|
|
|
"email": "chris@schalenborgh.be"
|
|
|
|
}
|
|
|
|
],
|
2014-07-31 10:11:32 +00:00
|
|
|
"description": "PHP class for the Pushover.net project",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-09-26T19:38:11+00:00"
|
2014-07-31 10:11:32 +00:00
|
|
|
},
|
2014-04-24 21:31:48 +00:00
|
|
|
{
|
|
|
|
"name": "phpmailer/phpmailer",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v6.1.3",
|
2014-04-24 21:31:48 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "a25ae38e03de4ee4031725498a600012364787c7"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a25ae38e03de4ee4031725498a600012364787c7",
|
|
|
|
"reference": "a25ae38e03de4ee4031725498a600012364787c7",
|
2014-04-24 21:31:48 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"php": ">=5.5.0"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-12-02 22:38:06 +00:00
|
|
|
"doctrine/annotations": "^1.2",
|
2018-04-09 17:12:10 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
2019-12-02 22:38:06 +00:00
|
|
|
"phpunit/phpunit": "^4.8 || ^5.7"
|
2018-04-09 17:12:10 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"psr-4": {
|
|
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
|
|
}
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2019-12-02 22:38:06 +00:00
|
|
|
"LGPL-2.1-only"
|
2014-04-24 21:31:48 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marcus Bointon",
|
|
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
|
|
},
|
2019-12-02 22:38:06 +00:00
|
|
|
{
|
|
|
|
"name": "Jim Jagielski",
|
|
|
|
"email": "jimjag@gmail.com"
|
|
|
|
},
|
2014-04-24 21:31:48 +00:00
|
|
|
{
|
|
|
|
"name": "Andy Prevost",
|
|
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Brent R. Matzelle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-11-21T09:37:46+00:00"
|
2018-04-09 17:12:10 +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"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
2015-02-27 13:25:34 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/config",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v3.4.36",
|
2015-02-27 13:25:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-01-30 21:08:16 +00:00
|
|
|
"url": "https://github.com/symfony/config.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/a599a867d0e4a07c342b5f1e656b3915a540ddbe",
|
|
|
|
"reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe",
|
2015-02-27 13:25:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8",
|
2018-05-25 11:33:47 +00:00
|
|
|
"symfony/filesystem": "~2.8|~3.0|~4.0",
|
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
2018-04-09 17:12:10 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.3",
|
|
|
|
"symfony/finder": "<3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/dependency-injection": "~3.3|~4.0",
|
|
|
|
"symfony/event-dispatcher": "~3.3|~4.0",
|
|
|
|
"symfony/finder": "~3.3|~4.0",
|
|
|
|
"symfony/yaml": "~3.0|~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2015-02-27 13:25:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-01-30 21:08:16 +00:00
|
|
|
"psr-4": {
|
2015-02-27 13:25:34 +00:00
|
|
|
"Symfony\\Component\\Config\\": ""
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-02-27 13:25:34 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Config Component",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-12-01T10:45:41+00:00"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dependency-injection",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v3.4.36",
|
2015-02-27 13:25:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-01-30 21:08:16 +00:00
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2",
|
|
|
|
"reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2",
|
2015-02-27 13:25:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8",
|
|
|
|
"psr/container": "^1.0"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"symfony/config": "<3.3.7",
|
|
|
|
"symfony/finder": "<3.3",
|
|
|
|
"symfony/proxy-manager-bridge": "<3.4",
|
|
|
|
"symfony/yaml": "<3.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "1.0"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"symfony/config": "~3.3|~4.0",
|
|
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
|
|
|
"symfony/yaml": "~3.4|~4.0"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
2018-04-09 17:12:10 +00:00
|
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
2015-02-27 13:25:34 +00:00
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2015-02-27 13:25:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-01-30 21:08:16 +00:00
|
|
|
"psr-4": {
|
2015-02-27 13:25:34 +00:00
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-02-27 13:25:34 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony DependencyInjection Component",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-12-01T08:33:36+00:00"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
2015-02-27 16:06:22 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v3.4.36",
|
2015-02-27 16:06:22 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-01-30 21:08:16 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
|
2015-02-27 16:06:22 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
|
|
|
|
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
|
2015-02-27 16:06:22 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.3"
|
2015-02-27 16:06:22 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2018-04-09 17:12:10 +00:00
|
|
|
"symfony/config": "~2.8|~3.0|~4.0",
|
|
|
|
"symfony/dependency-injection": "~3.3|~4.0",
|
|
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
|
|
|
"symfony/stopwatch": "~2.8|~3.0|~4.0"
|
2015-02-27 16:06:22 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2015-02-27 16:06:22 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-01-30 21:08:16 +00:00
|
|
|
"psr-4": {
|
2015-02-27 16:06:22 +00:00
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-02-27 16:06:22 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-02-27 16:06:22 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony EventDispatcher Component",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-10-24T15:33:53+00:00"
|
2015-02-27 16:06:22 +00:00
|
|
|
},
|
2015-02-27 13:25:34 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v3.4.36",
|
2015-02-27 13:25:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-01-30 21:08:16 +00:00
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/00cdad0936d06fab136944bc2342b762b1c3a4a2",
|
|
|
|
"reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2",
|
2015-02-27 13:25:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-09-17 15:32:51 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8",
|
2018-05-25 11:33:47 +00:00
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-09-17 15:32:51 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2015-02-27 13:25:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-01-30 21:08:16 +00:00
|
|
|
"psr-4": {
|
2015-02-27 13:25:34 +00:00
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-02-27 13:25:34 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Filesystem Component",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-11-25T16:36:22+00:00"
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
2014-04-24 21:31:48 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/http-foundation",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v3.4.36",
|
2014-04-24 21:31:48 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-01-30 21:08:16 +00:00
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593",
|
|
|
|
"reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593",
|
2014-04-24 21:31:48 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8",
|
|
|
|
"symfony/polyfill-mbstring": "~1.1",
|
|
|
|
"symfony/polyfill-php70": "~1.6"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2014-04-24 21:31:48 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-01-30 21:08:16 +00:00
|
|
|
"psr-4": {
|
2014-04-24 21:31:48 +00:00
|
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
|
|
},
|
2016-01-30 21:08:16 +00:00
|
|
|
"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 HttpFoundation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-11-28T12:52:59+00:00"
|
2018-05-25 11:33:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v1.13.1",
|
2018-05-25 11:33:47 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
|
2018-05-25 11:33:47 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
|
|
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
2018-05-25 11:33:47 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2018-09-04 18:45:55 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
2018-05-25 11:33:47 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-02 22:38:06 +00:00
|
|
|
"dev-master": "1.13-dev"
|
2018-05-25 11:33:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
2019-12-02 22:38:06 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-05-25 11:33:47 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-11-27T13:56:44+00:00"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
{
|
2018-04-09 17:12:10 +00:00
|
|
|
"name": "symfony/polyfill-mbstring",
|
2019-12-02 21:53:52 +00:00
|
|
|
"version": "v1.13.1",
|
2016-01-30 21:08:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-04-09 17:12:10 +00:00
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2019-12-02 21:53:52 +00:00
|
|
|
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 21:53:52 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
|
|
|
|
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
|
2016-01-30 21:08:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2018-04-09 17:12:10 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
2016-01-30 21:08:16 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-02 21:53:52 +00:00
|
|
|
"dev-master": "1.13-dev"
|
2016-01-30 21:08:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2014-04-24 21:31:48 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2016-01-30 21:08:16 +00:00
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
2014-04-24 21:31:48 +00:00
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2018-04-09 17:12:10 +00:00
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2018-04-09 17:12:10 +00:00
|
|
|
"mbstring",
|
2016-01-30 21:08:16 +00:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2019-12-02 21:53:52 +00:00
|
|
|
"time": "2019-11-27T14:18:11+00:00"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
{
|
2018-04-09 17:12:10 +00:00
|
|
|
"name": "symfony/polyfill-php70",
|
2019-12-02 21:53:52 +00:00
|
|
|
"version": "v1.13.1",
|
2016-01-30 21:08:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-04-09 17:12:10 +00:00
|
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
2019-12-02 21:53:52 +00:00
|
|
|
"reference": "af23c7bb26a73b850840823662dda371484926c4"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 21:53:52 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
|
|
|
|
"reference": "af23c7bb26a73b850840823662dda371484926c4",
|
2016-01-30 21:08:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-09-04 18:45:55 +00:00
|
|
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
2016-01-30 21:08:16 +00:00
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-02 21:53:52 +00:00
|
|
|
"dev-master": "1.13-dev"
|
2016-01-30 21:08:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"Symfony\\Polyfill\\Php70\\": ""
|
2015-02-27 13:25:34 +00:00
|
|
|
},
|
2016-01-30 21:08:16 +00:00
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2018-04-09 17:12:10 +00:00
|
|
|
],
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2016-01-30 21:08:16 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-02-27 13:25:34 +00:00
|
|
|
{
|
2016-01-30 21:08:16 +00:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2014-04-24 21:31:48 +00:00
|
|
|
}
|
|
|
|
],
|
2018-04-09 17:12:10 +00:00
|
|
|
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
2016-01-30 21:08:16 +00:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2019-12-02 21:53:52 +00:00
|
|
|
"time": "2019-11-27T13:56:44+00:00"
|
2014-08-01 14:40:20 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2019-12-02 22:38:06 +00:00
|
|
|
"version": "v1.42.4",
|
2014-08-01 14:40:20 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-02-27 13:25:34 +00:00
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2019-12-02 22:38:06 +00:00
|
|
|
"reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
|
2014-08-01 14:40:20 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-02 22:38:06 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
|
|
|
|
"reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
|
2014-08-01 14:40:20 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-02 22:38:06 +00:00
|
|
|
"php": ">=5.5.0",
|
2018-08-02 23:10:48 +00:00
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
2016-01-30 21:08:16 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-04-09 17:12:10 +00:00
|
|
|
"psr/container": "^1.0",
|
2019-12-02 22:38:06 +00:00
|
|
|
"symfony/debug": "^3.4|^4.2",
|
|
|
|
"symfony/phpunit-bridge": "^4.4@dev|^5.0"
|
2014-08-01 14:40:20 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-02 22:38:06 +00:00
|
|
|
"dev-master": "1.42-dev"
|
2014-08-01 14:40:20 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Twig_": "lib/"
|
2018-04-09 17:12:10 +00:00
|
|
|
},
|
|
|
|
"psr-4": {
|
|
|
|
"Twig\\": "src/"
|
2014-08-01 14:40:20 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
2018-08-02 23:10:48 +00:00
|
|
|
"homepage": "https://twig.symfony.com/contributors",
|
2014-08-01 14:40:20 +00:00
|
|
|
"role": "Contributors"
|
2019-12-02 22:38:06 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
2014-08-01 14:40:20 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
2018-08-02 23:10:48 +00:00
|
|
|
"homepage": "https://twig.symfony.com",
|
2014-08-01 14:40:20 +00:00
|
|
|
"keywords": [
|
|
|
|
"templating"
|
|
|
|
],
|
2019-12-02 22:38:06 +00:00
|
|
|
"time": "2019-11-11T16:49:32+00:00"
|
2014-04-24 21:31:48 +00:00
|
|
|
}
|
|
|
|
],
|
2015-02-27 13:25:34 +00:00
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
2014-04-24 21:31:48 +00:00
|
|
|
"minimum-stability": "stable",
|
2014-07-31 10:11:32 +00:00
|
|
|
"stability-flags": {
|
|
|
|
"php-pushover/php-pushover": 20
|
|
|
|
},
|
2015-02-27 13:25:34 +00:00
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
2014-04-24 21:31:48 +00:00
|
|
|
"platform": {
|
2018-09-17 15:32:51 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8",
|
2018-09-04 18:45:55 +00:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-xml": "*"
|
2014-04-24 21:31:48 +00:00
|
|
|
},
|
2015-02-27 13:25:34 +00:00
|
|
|
"platform-dev": []
|
2014-04-24 21:31:48 +00:00
|
|
|
}
|