mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-10 15:21:01 +00:00
1609 lines
56 KiB
JSON
1609 lines
56 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "19545fd6dc3dbb0e2b6d82f96084d432",
|
|
"packages": [],
|
|
"packages-dev": [
|
|
{
|
|
"name": "elkuku/crowdin-api",
|
|
"version": "v1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/elkuku/crowdin-api.git",
|
|
"reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/elkuku/crowdin-api/zipball/9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff",
|
|
"reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "6.*",
|
|
"php": ">=5.6|>=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.0"
|
|
},
|
|
"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",
|
|
"support": {
|
|
"issues": "https://github.com/elkuku/crowdin-api/issues",
|
|
"source": "https://github.com/elkuku/crowdin-api/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2017-07-01T13:35:05+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.5.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.9",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Jeremy Lindblom",
|
|
"email": "jeremeamia@gmail.com",
|
|
"homepage": "https://github.com/jeremeamia"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
"source": "https://github.com/guzzle/guzzle/tree/6.5.8"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-06-20T22:16:07+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
|
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-08-28T14:55:35+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
|
|
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0",
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zlib": "*",
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/1.9.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-06-20T21:43:03+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/application",
|
|
"version": "1.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/application.git",
|
|
"reference": "2a2fee9fa2ebb07c0d28da07f6e4ea3c56b77d16"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/application/zipball/2a2fee9fa2ebb07c0d28da07f6e4ea3c56b77d16",
|
|
"reference": "2a2fee9fa2ebb07c0d28da07f6e4ea3c56b77d16",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/input": "^1.2",
|
|
"joomla/registry": "^1.4.5|^2.0",
|
|
"php": "^5.3.10|^7.0|^8.0",
|
|
"psr/log": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/coding-standards": "^2.0@alpha",
|
|
"joomla/event": "^1.2",
|
|
"joomla/session": "^1.2.1",
|
|
"joomla/test": "^1.1",
|
|
"joomla/uri": "^1.1",
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3|^6.0|^7.0|^8.0",
|
|
"symfony/phpunit-bridge": "^3.4.26|^4.1.12|^4.2.7|^5.0",
|
|
"symfony/polyfill-php72": "^1.5"
|
|
},
|
|
"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-or-later"
|
|
],
|
|
"description": "Joomla Application Package",
|
|
"homepage": "https://github.com/joomla-framework/application",
|
|
"keywords": [
|
|
"application",
|
|
"framework",
|
|
"joomla"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/application/issues",
|
|
"source": "https://github.com/joomla-framework/application/tree/1.9.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://community.joomla.org/sponsorship-campaigns.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/joomla",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-01-25T17:10:25+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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/compat/issues",
|
|
"source": "https://github.com/joomla-framework/compat/tree/1.2.0"
|
|
},
|
|
"time": "2015-02-24T00:21:06+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/crowdin-sync",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-projects/crowdin-sync.git",
|
|
"reference": "f46c206e18511afac316987d5d68f1fe3511c15e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/f46c206e18511afac316987d5d68f1fe3511c15e",
|
|
"reference": "f46c206e18511afac316987d5d68f1fe3511c15e",
|
|
"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"
|
|
},
|
|
"default-branch": true,
|
|
"bin": [
|
|
"bin/crowdin"
|
|
],
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Crowdin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "CLI application to synchronize a project with Crowdin",
|
|
"homepage": "https://github.com/joomla-projects/crowdin-sync",
|
|
"keywords": [
|
|
"crowdin",
|
|
"joomla"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-projects/crowdin-sync/issues",
|
|
"source": "https://github.com/joomla-projects/crowdin-sync/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2020-05-24T01:31:21+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/filter",
|
|
"version": "1.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/filter.git",
|
|
"reference": "09733d70db6c6d91e53e0e0d0fcde9b8638175c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/09733d70db6c6d91e53e0e0d0fcde9b8638175c4",
|
|
"reference": "09733d70db6c6d91e53e0e0d0fcde9b8638175c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/string": "~1.3|~2.0",
|
|
"php": "^5.3.10|~7.0|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/coding-standards": "~2.0@alpha",
|
|
"joomla/language": "~1.3",
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
|
|
},
|
|
"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": {
|
|
"Joomla\\Filter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Joomla Filter Package",
|
|
"homepage": "https://github.com/joomla-framework/filter",
|
|
"keywords": [
|
|
"filter",
|
|
"framework",
|
|
"joomla"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/filter/issues",
|
|
"source": "https://github.com/joomla-framework/filter/tree/1.4.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://community.joomla.org/sponsorship-campaigns.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/joomla",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-03-29T12:14:25+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/input",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/input.git",
|
|
"reference": "a89927d412cdc8172889e3e0e3e66a134f367be1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/input/zipball/a89927d412cdc8172889e3e0e3e66a134f367be1",
|
|
"reference": "a89927d412cdc8172889e3e0e3e66a134f367be1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/filter": "~1.0",
|
|
"php": "^5.3.10|~7.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/coding-standards": "~2.0@alpha",
|
|
"joomla/test": "~1.0",
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Input\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Joomla Input Package",
|
|
"homepage": "https://github.com/joomla-framework/input",
|
|
"keywords": [
|
|
"framework",
|
|
"input",
|
|
"joomla"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/input/issues",
|
|
"source": "https://github.com/joomla-framework/input/tree/1.4.0"
|
|
},
|
|
"time": "2019-06-15T22:13:58+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/registry",
|
|
"version": "1.6.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/registry.git",
|
|
"reference": "87450394f093efcb3ac5fc978e73d1403ebe8a38"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/87450394f093efcb3ac5fc978e73d1403ebe8a38",
|
|
"reference": "87450394f093efcb3ac5fc978e73d1403ebe8a38",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/compat": "~1.0",
|
|
"joomla/utilities": "^1.4.1|~2.0",
|
|
"php": "^5.3.10|~7.0",
|
|
"symfony/polyfill-php55": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/coding-standards": "~2.0@alpha",
|
|
"joomla/test": "~1.0",
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0|~7.0|~8.0",
|
|
"symfony/yaml": "~2.0|~3.0|~4.0|~5.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-or-later"
|
|
],
|
|
"description": "Joomla Registry Package",
|
|
"homepage": "https://github.com/joomla-framework/registry",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"registry"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/registry/issues",
|
|
"source": "https://github.com/joomla-framework/registry/tree/1.6.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://community.joomla.org/sponsorship-campaigns.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/joomla",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-01-08T18:33:07+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/string",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/string.git",
|
|
"reference": "bcdb8d45ad3953bf3cfc2b9577288823cab381b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/string/zipball/bcdb8d45ad3953bf3cfc2b9577288823cab381b9",
|
|
"reference": "bcdb8d45ad3953bf3cfc2b9577288823cab381b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5|~8.0.0|~8.1.0",
|
|
"symfony/deprecation-contracts": "^2.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/inflector": "<1.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/inflector": "^1.2",
|
|
"joomla/coding-standards": "^3.0@dev",
|
|
"joomla/test": "^2.0.1",
|
|
"phpunit/phpunit": "^8.5|^9.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/inflector": "To use the string inflector",
|
|
"ext-mbstring": "For improved processing"
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.0-dev": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"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"
|
|
],
|
|
"psr-4": {
|
|
"Joomla\\String\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Joomla String Package",
|
|
"homepage": "https://github.com/joomla-framework/string",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"string"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/string/issues",
|
|
"source": "https://github.com/joomla-framework/string/tree/2.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://community.joomla.org/sponsorship-campaigns.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/joomla",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-08-15T12:47:17+00:00"
|
|
},
|
|
{
|
|
"name": "joomla/utilities",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/utilities.git",
|
|
"reference": "ab1660fd22184700306b932c39410ba955dc82e1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/ab1660fd22184700306b932c39410ba955dc82e1",
|
|
"reference": "ab1660fd22184700306b932c39410ba955dc82e1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/string": "^2.0",
|
|
"php": "^7.2.5|~8.0.0|~8.1.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/coding-standards": "^3.0@dev",
|
|
"phpunit/phpunit": "^8.5|^9.0"
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.0-dev": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Utilities\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Joomla Utilities Package",
|
|
"homepage": "https://github.com/joomla-framework/utilities",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"utilities"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joomla-framework/utilities/issues",
|
|
"source": "https://github.com/joomla-framework/utilities/tree/2.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://community.joomla.org/sponsorship-campaigns.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/joomla",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-08-15T11:29:34+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"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|
},
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"time": "2021-05-03T11:20:27+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.",
|
|
"support": {
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
|
|
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"bin": [
|
|
"bin/phpcs",
|
|
"bin/phpcbf"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
|
|
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
|
|
},
|
|
"time": "2022-06-18T07:21:10+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.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": "A generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-01-02T09:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-idn",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
|
|
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
"symfony/polyfill-php72": "^1.10"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Laurent Bassin",
|
|
"email": "laurent@bassin.info"
|
|
},
|
|
{
|
|
"name": "Trevor Rowbotham",
|
|
"email": "trevor.rowbotham@pm.me"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"idn",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
|
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php55",
|
|
"version": "v1.20.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php55.git",
|
|
"reference": "c17452124a883900e1d73961f9075a638399c1a0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/c17452124a883900e1d73961f9075a638399c1a0",
|
|
"reference": "c17452124a883900e1d73961f9075a638399c1a0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "metapackage",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.20-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php55/tree/v1.20.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-23T14:02:19+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
}
|
|
},
|
|
"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 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
|
|
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"type": "library",
|
|
"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",
|
|
"support": {
|
|
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"joomla/crowdin-sync": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.2",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.2.5"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|