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"
|
|
|
|
],
|
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",
|
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",
|
2017-01-21 19:21:17 +00:00
|
|
|
"version": "v1.3.1",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2017-01-21 19:21:17 +00:00
|
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
2016-08-27 17:02:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-01-21 19:21:17 +00:00
|
|
|
"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": {
|
2017-01-21 19:21:17 +00:00
|
|
|
"phpunit/phpunit": "^4.0"
|
2016-08-27 17:02:28 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"time": "2014-11-20T16:49:30+00:00"
|
2016-08-27 17:02:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "joomla/application",
|
2018-07-21 16:28:10 +00:00
|
|
|
"version": "1.9.1",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/joomla-framework/application.git",
|
2018-07-21 16:28:10 +00:00
|
|
|
"reference": "a0360e578933e20e98da5c8e17cda72e2b5e2024"
|
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/application/zipball/a0360e578933e20e98da5c8e17cda72e2b5e2024",
|
|
|
|
"reference": "a0360e578933e20e98da5c8e17cda72e2b5e2024",
|
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",
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2018-07-21 16:28:10 +00:00
|
|
|
"time": "2018-05-28T15:32:35+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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"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",
|
2018-07-21 16:28:10 +00:00
|
|
|
"reference": "7fd941585793d9da6c291ee6e7c7f137d3874a67"
|
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-projects/crowdin-sync/zipball/7fd941585793d9da6c291ee6e7c7f137d3874a67",
|
|
|
|
"reference": "7fd941585793d9da6c291ee6e7c7f137d3874a67",
|
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"
|
|
|
|
],
|
2018-07-21 16:28:10 +00:00
|
|
|
"time": "2018-06-13T23:31:02+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",
|
2018-07-21 16:28:10 +00:00
|
|
|
"version": "1.3.0",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/joomla-framework/input.git",
|
2018-07-21 16:28:10 +00:00
|
|
|
"reference": "17a9bc63a040f547e9eeda91ee391b15e9865815"
|
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/input/zipball/17a9bc63a040f547e9eeda91ee391b15e9865815",
|
|
|
|
"reference": "17a9bc63a040f547e9eeda91ee391b15e9865815",
|
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"
|
|
|
|
],
|
2018-07-21 16:28:10 +00:00
|
|
|
"time": "2018-06-26T02:10:46+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",
|
2017-01-21 19:21:17 +00:00
|
|
|
"version": "1.4.1",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/joomla-framework/string.git",
|
2017-01-21 19:21:17 +00:00
|
|
|
"reference": "66363d317e6c020f30a70265c129281c77c43ca0"
|
2016-08-27 17:02:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-01-21 19:21:17 +00:00
|
|
|
"url": "https://api.github.com/repos/joomla-framework/string/zipball/66363d317e6c020f30a70265c129281c77c43ca0",
|
|
|
|
"reference": "66363d317e6c020f30a70265c129281c77c43ca0",
|
2016-08-27 17:02:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2017-01-21 19:21:17 +00:00
|
|
|
"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.*"
|
|
|
|
},
|
2017-01-21 19:21:17 +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": {
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"time": "2016-12-10T18:13:42+00:00"
|
2016-08-27 17:02:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "joomla/utilities",
|
2018-07-21 16:28:10 +00:00
|
|
|
"version": "1.5.0",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/joomla-framework/utilities.git",
|
2018-07-21 16:28:10 +00:00
|
|
|
"reference": "7407add476590c1a8e68d804d50b8911aaa26bcd"
|
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/utilities/zipball/7407add476590c1a8e68d804d50b8911aaa26bcd",
|
|
|
|
"reference": "7407add476590c1a8e68d804d50b8911aaa26bcd",
|
2016-08-27 17:02:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-07-21 16:28:10 +00:00
|
|
|
"joomla/string": "~1.3|~2.0",
|
2017-01-21 19:21:17 +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",
|
|
|
|
"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": {
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2018-07-21 16:28:10 +00:00
|
|
|
"time": "2018-03-15T00:42:47+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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-21 19:21:17 +00:00
|
|
|
"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.8.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
|
|
|
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.8-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"time": "2018-04-30T19:57:29+00:00"
|
|
|
|
},
|
2016-08-27 17:02:28 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php55",
|
2018-07-21 16:28:10 +00:00
|
|
|
"version": "v1.8.0",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php55.git",
|
2018-07-21 16:28:10 +00:00
|
|
|
"reference": "a39456128377a85f2c5707fcae458678560cba46"
|
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/symfony/polyfill-php55/zipball/a39456128377a85f2c5707fcae458678560cba46",
|
|
|
|
"reference": "a39456128377a85f2c5707fcae458678560cba46",
|
2016-08-27 17:02:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ircmaxell/password-compat": "~1.0",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-07-21 16:28:10 +00:00
|
|
|
"dev-master": "1.8-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"
|
|
|
|
],
|
2018-07-21 16:28:10 +00:00
|
|
|
"time": "2018-04-26T10:06:28+00:00"
|
2016-08-27 17:02:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2018-07-21 16:28:10 +00:00
|
|
|
"version": "v3.4.12",
|
2016-08-27 17:02:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2018-07-21 16:28:10 +00:00
|
|
|
"reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
|
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/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
|
|
|
|
"reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
|
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
|
|
|
},
|
2017-01-21 19:21:17 +00:00
|
|
|
"require-dev": {
|
2018-07-21 16:28:10 +00:00
|
|
|
"symfony/console": "~3.4|~4.0"
|
2017-01-21 19:21:17 +00:00
|
|
|
},
|
|
|
|
"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",
|
2018-07-21 16:28:10 +00:00
|
|
|
"time": "2018-05-03T23:18:14+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": []
|
|
|
|
}
|