patchtester/composer.lock

967 lines
33 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",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
2016-08-27 17:02:28 +00:00
"content-hash": "edd2fd4e5088da2a5bc5b04969135d4d",
2015-06-16 19:26:06 +00:00
"packages": [],
"packages-dev": [
2016-08-27 17:02:28 +00:00
{
"name": "elkuku/crowdin-api",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/elkuku/crowdin-api.git",
"reference": "149578b9d9417d336530b74643dff11c132b3ad9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/elkuku/crowdin-api/zipball/149578b9d9417d336530b74643dff11c132b3ad9",
"reference": "149578b9d9417d336530b74643dff11c132b3ad9",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "6.*",
"php": ">=5.5|>=7.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "~4.8|~5.0",
"phpunit/phpunit-skeleton-generator": "*",
"squizlabs/php_codesniffer": "1.*"
},
"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",
"time": "2016-08-02T01:04:16+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "guzzlehttp/guzzle",
2017-05-31 07:49:10 +00:00
"version": "6.2.3",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2017-05-31 07:49:10 +00:00
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2017-05-31 07:49:10 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
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": "*",
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"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"
],
2017-05-31 07:49:10 +00:00
"time": "2017-02-28T22:50:30+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",
2017-05-31 07:49:10 +00:00
"version": "1.4.2",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2017-05-31 07:49:10 +00:00
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2017-05-31 07:49:10 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"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",
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
],
2017-05-31 07:49:10 +00:00
"time": "2017-03-20T17:10:46+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",
2017-05-31 07:49:10 +00:00
"version": "1.8.0",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
2017-05-31 07:49:10 +00:00
"reference": "9c93f22181ad5d6d4a18cd1aaacaa9e374efe0a5"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2017-05-31 07:49:10 +00:00
"url": "https://api.github.com/repos/joomla-framework/application/zipball/9c93f22181ad5d6d4a18cd1aaacaa9e374efe0a5",
"reference": "9c93f22181ad5d6d4a18cd1aaacaa9e374efe0a5",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
2017-05-31 07:49:10 +00:00
"joomla/input": "~1.2|~2.0",
"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": {
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",
"phpunit/phpunit": "~4.8|>=5.0 <5.4",
2016-08-27 17:02:28 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"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": [
"GPL-2.0+"
],
"description": "Joomla Application Package",
"homepage": "https://github.com/joomla-framework/application",
"keywords": [
"application",
"framework",
"joomla"
],
2017-05-31 07:49:10 +00:00
"time": "2017-05-29T11:07:37+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",
2017-05-31 07:49:10 +00:00
"reference": "97eab9e2c36db474cdee1c938a67c3da1624dca2"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2017-05-31 07:49:10 +00:00
"url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/97eab9e2c36db474cdee1c938a67c3da1624dca2",
"reference": "97eab9e2c36db474cdee1c938a67c3da1624dca2",
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"
],
2017-05-31 07:49:10 +00:00
"time": "2017-04-24T23:05:15+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/filter",
2017-05-31 07:49:10 +00:00
"version": "1.3.2",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
2017-05-31 07:49:10 +00:00
"reference": "1183f96e2dab5bf952415442e54bd67c083f3766"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2017-05-31 07:49:10 +00:00
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/1183f96e2dab5bf952415442e54bd67c083f3766",
"reference": "1183f96e2dab5bf952415442e54bd67c083f3766",
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": {
2016-11-20 21:37:16 +00:00
"joomla/language": "~1.3",
2017-05-31 07:49:10 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0",
2016-08-27 17:02:28 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"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": [
"GPL-2.0+"
],
"description": "Joomla Filter Package",
"homepage": "https://github.com/joomla-framework/filter",
"keywords": [
"filter",
"framework",
"joomla"
],
2017-05-31 07:49:10 +00:00
"time": "2017-05-14T18:12:10+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/input",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/input/zipball/b6098276043e2d627221fe54d3c91232e6679d0f",
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f",
"shasum": ""
},
"require": {
"joomla/filter": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "~1.0",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Input\\": "src/",
"Joomla\\Input\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Input Package",
"homepage": "https://github.com/joomla-framework/input",
"keywords": [
"framework",
"input",
"joomla"
],
"time": "2014-10-12T18:01:36+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/registry",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
"joomla/utilities": "~1.0",
"php": ">=5.3.10|>=7.0",
"symfony/polyfill-php55": "~1.0"
},
"require-dev": {
"joomla/test": "~1.0",
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "1.*",
"symfony/yaml": "~2.0|~3.0"
},
"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": [
"GPL-2.0+"
],
"description": "Joomla Registry Package",
"homepage": "https://github.com/joomla-framework/registry",
"keywords": [
"framework",
"joomla",
"registry"
],
"time": "2016-05-14T20:42:05+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/string",
"version": "1.4.1",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/string.git",
"reference": "66363d317e6c020f30a70265c129281c77c43ca0"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/string/zipball/66363d317e6c020f30a70265c129281c77c43ca0",
"reference": "66363d317e6c020f30a70265c129281c77c43ca0",
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/test": "~1.0",
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "1.*"
},
"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+"
],
"description": "Joomla String Package",
"homepage": "https://github.com/joomla-framework/string",
"keywords": [
"framework",
"joomla",
"string"
],
"time": "2016-12-10T18:13:42+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "joomla/utilities",
"version": "1.4.1",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
"reference": "8913ca02aad7b929e0d52d78fd5a6961070bdbc6"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/8913ca02aad7b929e0d52d78fd5a6961070bdbc6",
"reference": "8913ca02aad7b929e0d52d78fd5a6961070bdbc6",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"joomla/string": "~1.3",
"php": "^5.3.10|~7.0"
2016-08-27 17:02:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
2016-08-27 17:02:28 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"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": [
"GPL-2.0+"
],
"description": "Joomla Utilities Package",
"homepage": "https://github.com/joomla-framework/utilities",
"keywords": [
"framework",
"joomla",
"utilities"
],
"time": "2016-12-10T17:09:33+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",
2016-11-20 21:37:16 +00:00
"version": "1.0.2",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2016-11-20 21:37:16 +00:00
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2016-11-20 21:37:16 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
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": "2016-10-10T12:19: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
},
{
"name": "symfony/polyfill-php55",
2016-11-20 21:37:16 +00:00
"version": "v1.3.0",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php55.git",
2016-11-20 21:37:16 +00:00
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2016-11-20 21:37:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"ircmaxell/password-compat": "~1.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2016-11-20 21:37:16 +00:00
"dev-master": "1.3-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": "2016-11-14T01:06:16+00:00"
2016-08-27 17:02:28 +00:00
},
{
"name": "symfony/yaml",
2017-05-31 07:49:10 +00:00
"version": "v3.3.0",
2016-08-27 17:02:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2017-05-31 07:49:10 +00:00
"reference": "885db865f6b2b918404a1fae28f9ac640f71f994"
2016-08-27 17:02:28 +00:00
},
"dist": {
"type": "zip",
2017-05-31 07:49:10 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/885db865f6b2b918404a1fae28f9ac640f71f994",
"reference": "885db865f6b2b918404a1fae28f9ac640f71f994",
2016-08-27 17:02:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"require-dev": {
"symfony/console": "~2.8|~3.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": {
2017-05-31 07:49:10 +00:00
"dev-master": "3.3-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",
2017-05-31 07:49:10 +00:00
"time": "2017-05-28T10:56:20+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": {
"php": ">=5.3.10"
},
"platform-dev": []
}