patchtester/composer.lock

1072 lines
37 KiB
Plaintext
Raw Normal View History

2015-06-16 19:26:06 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-07-21 16:28:10 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-06-16 19:26:06 +00:00
"This file is @generated automatically"
],
"content-hash": "c79698e1367cae449ff51bfa58b85cf9",
2015-06-16 19:26:06 +00:00
"packages": [],
"packages-dev": [
2016-08-27 17:02:28 +00:00
{
"name": "elkuku/crowdin-api",
2018-07-21 16:28:10 +00:00
"version": "v1.2",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/elkuku/crowdin-api.git",
2018-07-21 16:28:10 +00:00
"reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2018-07-21 16:28:10 +00:00
"url": "https://api.github.com/repos/elkuku/crowdin-api/zipball/9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff",
"reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "6.*",
2018-07-21 16:28:10 +00:00
"php": ">=5.6|>=7.0"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"phpunit/phpunit": "~5.0"
2016-08-27 17:02:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"ElKuKu\\Crowdin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Nikolai Plath",
"email": "der.el.kuku@gmail.com"
}
],
"description": "A crowdin API implementation in PHP",
2018-07-21 16:28:10 +00:00
"time": "2017-07-01T13:35:05+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "guzzlehttp/guzzle",
2018-07-21 16:28:10 +00:00
"version": "6.3.3",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2018-07-21 16:28:10 +00:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2018-07-21 16:28:10 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
2017-05-31 07:49:10 +00:00
"guzzlehttp/psr7": "^1.4",
2016-08-27 17:02:28 +00:00
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
2018-07-21 16:28:10 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2016-08-27 17:02:28 +00:00
"psr/log": "^1.0"
},
2018-07-21 16:28:10 +00:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2016-08-27 17:02:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-07-21 16:28:10 +00:00
"dev-master": "6.3-dev"
2016-08-27 17:02:28 +00:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2018-07-21 16:28:10 +00:00
"time": "2018-04-22T15:46:56+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
2016-08-27 17:02:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
2016-08-27 17:02:28 +00:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "guzzlehttp/psr7",
"version": "1.6.1",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2016-08-27 17:02:28 +00:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2016-08-27 17:02:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
2016-08-27 17:02:28 +00:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-05-31 07:49:10 +00:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2016-08-27 17:02:28 +00:00
}
],
2017-05-31 07:49:10 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-08-27 17:02:28 +00:00
"keywords": [
"http",
"message",
"psr-7",
2017-05-31 07:49:10 +00:00
"request",
"response",
2016-08-27 17:02:28 +00:00
"stream",
2017-05-31 07:49:10 +00:00
"uri",
"url"
2016-08-27 17:02:28 +00:00
],
"time": "2019-07-01T23:21:34+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "ircmaxell/password-compat",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2014-11-20T16:49:30+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/application",
"version": "1.9.2",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
"reference": "6c89fdde878f7ebb7d6455f664133e9497163e2e"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/application/zipball/6c89fdde878f7ebb7d6455f664133e9497163e2e",
"reference": "6c89fdde878f7ebb7d6455f664133e9497163e2e",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"joomla/input": "~1.2",
2017-05-31 07:49:10 +00:00
"joomla/registry": "^1.4.5|~2.0",
"php": "^5.3.10|~7.0",
2016-08-27 17:02:28 +00:00
"psr/log": "~1.0"
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"joomla/coding-standards": "~2.0@alpha",
2017-05-31 07:49:10 +00:00
"joomla/event": "~1.2|~2.0",
"joomla/session": "^1.2.1|~2.0",
2016-08-27 17:02:28 +00:00
"joomla/test": "~1.1",
"joomla/uri": "~1.1",
2018-07-21 16:28:10 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
2016-08-27 17:02:28 +00:00
},
"suggest": {
"joomla/session": "To use AbstractWebApplication with session support, install joomla/session",
"joomla/uri": "To use AbstractWebApplication, install joomla/uri"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Application\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-21 16:28:10 +00:00
"GPL-2.0-or-later"
2016-08-27 17:02:28 +00:00
],
"description": "Joomla Application Package",
"homepage": "https://github.com/joomla-framework/application",
"keywords": [
"application",
"framework",
"joomla"
],
"time": "2019-03-28T14:55:36+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/compat",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/compat.git",
"reference": "f23565fe0184517778996226eb4b2333deb369c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/compat/zipball/f23565fe0184517778996226eb4b2333deb369c4",
"reference": "f23565fe0184517778996226eb4b2333deb369c4",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"classmap": [
"src/JsonSerializable.php",
"src/CallbackFilterIterator.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Compat Package",
"homepage": "https://github.com/joomla-framework/compat",
"keywords": [
"compat",
"framework",
"joomla"
],
"time": "2015-02-24T00:21:06+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/crowdin-sync",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/joomla-projects/crowdin-sync.git",
"reference": "8a61f12161b30ff4aa0402ad0dccd599b38714af"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/8a61f12161b30ff4aa0402ad0dccd599b38714af",
"reference": "8a61f12161b30ff4aa0402ad0dccd599b38714af",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"elkuku/crowdin-api": "~1.0",
"joomla/application": "~1.6",
"joomla/registry": "~1.5",
"php": "~5.4|~7.0",
"symfony/yaml": "~2.8|~3.0"
},
"bin": [
"bin/crowdin"
],
"type": "project",
"autoload": {
"psr-4": {
"Joomla\\Crowdin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "CLI application to synchronize a project with Crowdin",
"homepage": "https://github.com/joomla-projects/crowdin-sync",
"keywords": [
"crowdin",
"joomla"
],
"time": "2019-03-29T12:07:12+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/filter",
2018-07-21 16:28:10 +00:00
"version": "1.3.5",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
2018-07-21 16:28:10 +00:00
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2018-07-21 16:28:10 +00:00
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/ee1d870b5c188056745e1dd3cece21522e2158b8",
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
2017-05-31 07:49:10 +00:00
"joomla/string": "~1.3|~2.0",
2016-11-20 21:37:16 +00:00
"php": "^5.3.10|~7.0"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"joomla/coding-standards": "~2.0@alpha",
2016-11-20 21:37:16 +00:00
"joomla/language": "~1.3",
2018-07-21 16:28:10 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
2016-08-27 17:02:28 +00:00
},
"suggest": {
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
2016-11-20 21:37:16 +00:00
"Joomla\\Filter\\": "src/"
2016-08-27 17:02:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-21 16:28:10 +00:00
"GPL-2.0-or-later"
2016-08-27 17:02:28 +00:00
],
"description": "Joomla Filter Package",
"homepage": "https://github.com/joomla-framework/filter",
"keywords": [
"filter",
"framework",
"joomla"
],
2018-07-21 16:28:10 +00:00
"time": "2018-05-26T15:48:53+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/input",
"version": "1.4.0",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
"reference": "a89927d412cdc8172889e3e0e3e66a134f367be1"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/input/zipball/a89927d412cdc8172889e3e0e3e66a134f367be1",
"reference": "a89927d412cdc8172889e3e0e3e66a134f367be1",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"joomla/filter": "~1.0",
2018-07-21 16:28:10 +00:00
"php": "^5.3.10|~7.0"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"joomla/coding-standards": "~2.0@alpha",
2016-08-27 17:02:28 +00:00
"joomla/test": "~1.0",
2018-07-21 16:28:10 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
2016-08-27 17:02:28 +00:00
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
2018-07-21 16:28:10 +00:00
"Joomla\\Input\\": "src/"
2016-08-27 17:02:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-21 16:28:10 +00:00
"GPL-2.0-or-later"
2016-08-27 17:02:28 +00:00
],
"description": "Joomla Input Package",
"homepage": "https://github.com/joomla-framework/input",
"keywords": [
"framework",
"input",
"joomla"
],
"time": "2019-06-15T22:13:58+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/registry",
2018-07-21 16:28:10 +00:00
"version": "1.6.2",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
2018-07-21 16:28:10 +00:00
"reference": "182eed3a56b2b7e14cef11fdbc63c253ddcfd924"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2018-07-21 16:28:10 +00:00
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/182eed3a56b2b7e14cef11fdbc63c253ddcfd924",
"reference": "182eed3a56b2b7e14cef11fdbc63c253ddcfd924",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
2018-07-21 16:28:10 +00:00
"joomla/utilities": "^1.4.1|~2.0",
"php": "^5.3.10|~7.0",
2016-08-27 17:02:28 +00:00
"symfony/polyfill-php55": "~1.0"
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"joomla/coding-standards": "~2.0@alpha",
2016-08-27 17:02:28 +00:00
"joomla/test": "~1.0",
2018-07-21 16:28:10 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0",
"symfony/yaml": "~2.0|~3.0|~4.0"
2016-08-27 17:02:28 +00:00
},
"suggest": {
"symfony/yaml": "Install symfony/yaml if you require YAML support."
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Registry\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-21 16:28:10 +00:00
"GPL-2.0-or-later"
2016-08-27 17:02:28 +00:00
],
"description": "Joomla Registry Package",
"homepage": "https://github.com/joomla-framework/registry",
"keywords": [
"framework",
"joomla",
"registry"
],
2018-07-21 16:28:10 +00:00
"time": "2018-06-06T16:48:30+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/string",
"version": "1.4.3",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/string.git",
"reference": "fed0eee67f83b68674e8c6542ecfa28390b32fec"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/string/zipball/fed0eee67f83b68674e8c6542ecfa28390b32fec",
"reference": "fed0eee67f83b68674e8c6542ecfa28390b32fec",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.10|~7.0"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
2016-08-27 17:02:28 +00:00
"joomla/test": "~1.0",
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
2016-08-27 17:02:28 +00:00
},
"suggest": {
"ext-mbstring": "For improved processing"
},
2016-08-27 17:02:28 +00:00
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\String\\": "src/"
2016-08-27 17:02:28 +00:00
},
"files": [
"src/phputf8/utf8.php",
"src/phputf8/ord.php",
"src/phputf8/str_ireplace.php",
"src/phputf8/str_pad.php",
"src/phputf8/str_split.php",
"src/phputf8/strcasecmp.php",
"src/phputf8/strcspn.php",
"src/phputf8/stristr.php",
"src/phputf8/strrev.php",
"src/phputf8/strspn.php",
"src/phputf8/trim.php",
"src/phputf8/ucfirst.php",
"src/phputf8/ucwords.php",
"src/phputf8/utils/ascii.php",
"src/phputf8/utils/validation.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
2016-08-27 17:02:28 +00:00
],
"description": "Joomla String Package",
"homepage": "https://github.com/joomla-framework/string",
"keywords": [
"framework",
"joomla",
"string"
],
"time": "2019-08-07T12:34:12+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/utilities",
"version": "1.6.1",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
"reference": "b54beb07ddf2d8074f6f8f43c365f84ddf714c8f"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/b54beb07ddf2d8074f6f8f43c365f84ddf714c8f",
"reference": "b54beb07ddf2d8074f6f8f43c365f84ddf714c8f",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
2018-07-21 16:28:10 +00:00
"joomla/string": "~1.3|~2.0",
"php": "^5.3.10|~7.0"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"joomla/coding-standards": "~2.0@alpha",
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
2016-08-27 17:02:28 +00:00
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Utilities\\": "src/"
2016-08-27 17:02:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-21 16:28:10 +00:00
"GPL-2.0-or-later"
2016-08-27 17:02:28 +00:00
],
"description": "Joomla Utilities Package",
"homepage": "https://github.com/joomla-framework/utilities",
"keywords": [
"framework",
"joomla",
"utilities"
],
"time": "2019-07-17T01:48:57+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "psr/log",
"version": "1.1.0",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
2016-10-09 21:55:33 +00:00
"require": {
"php": ">=5.3.0"
},
2016-08-27 17:02:28 +00:00
"type": "library",
2016-10-09 21:55:33 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2016-08-27 17:02:28 +00:00
"autoload": {
2016-10-09 21:55:33 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2016-08-27 17:02:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
2016-10-09 21:55:33 +00:00
"homepage": "https://github.com/php-fig/log",
2016-08-27 17:02:28 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2018-11-20T15:27:04+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
2016-08-27 17:02:28 +00:00
},
2015-06-16 19:26:06 +00:00
{
"name": "squizlabs/php_codesniffer",
"version": "1.5.6",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.1.2"
},
"suggest": {
"phpunit/php-timer": "dev-master"
},
"bin": [
"scripts/phpcs"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-phpcs-fixer": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"CodeSniffer.php",
"CodeSniffer/CLI.php",
"CodeSniffer/Exception.php",
"CodeSniffer/File.php",
"CodeSniffer/Report.php",
"CodeSniffer/Reporting.php",
"CodeSniffer/Sniff.php",
"CodeSniffer/Tokens.php",
"CodeSniffer/Reports/",
"CodeSniffer/CommentParser/",
"CodeSniffer/Tokenizers/",
"CodeSniffer/DocGenerators/",
"CodeSniffer/Standards/AbstractPatternSniff.php",
"CodeSniffer/Standards/AbstractScopeSniff.php",
"CodeSniffer/Standards/AbstractVariableSniff.php",
"CodeSniffer/Standards/IncorrectPatternException.php",
"CodeSniffer/Standards/Generic/Sniffs/",
"CodeSniffer/Standards/MySource/Sniffs/",
"CodeSniffer/Standards/PEAR/Sniffs/",
"CodeSniffer/Standards/PSR1/Sniffs/",
"CodeSniffer/Standards/PSR2/Sniffs/",
"CodeSniffer/Standards/Squiz/Sniffs/",
"CodeSniffer/Standards/Zend/Sniffs/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
"time": "2014-12-04T22:32:15+00:00"
2016-08-27 17:02:28 +00:00
},
2018-07-21 16:28:10 +00:00
{
"name": "symfony/polyfill-ctype",
"version": "v1.12.0",
2018-07-21 16:28:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
2018-07-21 16:28:10 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
2018-07-21 16:28:10 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
2018-07-21 16:28:10 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
2018-07-21 16:28:10 +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"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-07-21 16:28:10 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2019-08-06T08:03:45+00:00"
2018-07-21 16:28:10 +00:00
},
2016-08-27 17:02:28 +00:00
{
"name": "symfony/polyfill-php55",
"version": "v1.12.0",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php55.git",
"reference": "548bb39407e78e54f785b4e18c7e0d5d9e493265"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/548bb39407e78e54f785b4e18c7e0d5d9e493265",
"reference": "548bb39407e78e54f785b4e18c7e0d5d9e493265",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"ircmaxell/password-compat": "~1.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
2016-08-27 17:02:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php55\\": ""
},
"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 backporting some PHP 5.5+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-08-06T08:03:45+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "symfony/yaml",
"version": "v3.4.31",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/3dc414b7db30695bae671a1d86013d03f4ae9834",
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
2018-07-21 16:28:10 +00:00
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
2018-07-21 16:28:10 +00:00
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2016-08-27 17:02:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-07-21 16:28:10 +00:00
"dev-master": "3.4-dev"
2016-08-27 17:02:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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 Yaml Component",
"homepage": "https://symfony.com",
"time": "2019-08-20T13:31:17+00:00"
2015-06-16 19:26:06 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
2016-08-27 17:02:28 +00:00
"stability-flags": {
"joomla/crowdin-sync": 20
},
2015-06-16 19:26:06 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2015-06-16 19:26:06 +00:00
"platform-dev": []
}