mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
601 lines
21 KiB
JSON
601 lines
21 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": "12129f1e8aec686d7cae22b9281fe71d",
|
|
"packages": [
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
|
|
"reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
|
|
"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.7-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"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"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.8.1"
|
|
},
|
|
"time": "2021-03-21T16:25:00+00:00"
|
|
},
|
|
{
|
|
"name": "hybridauth/hybridauth",
|
|
"version": "3.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hybridauth/hybridauth.git",
|
|
"reference": "0ec1b8cb8b230aae739422c5e42bc5733b3a7316"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/0ec1b8cb8b230aae739422c5e42bc5733b3a7316",
|
|
"reference": "0ec1b8cb8b230aae739422c5e42bc5733b3a7316",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.4 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^6.5 || ^8.0"
|
|
},
|
|
"suggest": {
|
|
"firebase/php-jwt": "Needed to support Apple provider",
|
|
"phpseclib/phpseclib": "Needed to support Apple provider"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hybridauth\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Miled",
|
|
"email": "hybridauth@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Social Authentication Library",
|
|
"homepage": "https://hybridauth.github.io",
|
|
"keywords": [
|
|
"Authentication",
|
|
"OpenId",
|
|
"api",
|
|
"apple",
|
|
"authorization",
|
|
"facebook",
|
|
"google",
|
|
"oauth",
|
|
"social",
|
|
"twitter"
|
|
],
|
|
"support": {
|
|
"gitter": "https://gitter.im/hybridauth/hybridauth",
|
|
"issues": "https://github.com/hybridauth/hybridauth/issues",
|
|
"source": "https://github.com/hybridauth/hybridauth/tree/3.7.1"
|
|
},
|
|
"time": "2021-03-13T17:35:33+00:00"
|
|
},
|
|
{
|
|
"name": "ifsnop/mysqldump-php",
|
|
"version": "v2.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ifsnop/mysqldump-php.git",
|
|
"reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
|
|
"reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.36",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ifsnop\\": "src/Ifsnop/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Diego Torres",
|
|
"homepage": "https://github.com/ifsnop",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP version of mysqldump cli that comes with MySQL",
|
|
"homepage": "https://github.com/ifsnop/mysqldump-php",
|
|
"keywords": [
|
|
"PHP7",
|
|
"database",
|
|
"hhvm",
|
|
"mariadb",
|
|
"mysql",
|
|
"mysql-backup",
|
|
"mysqldump",
|
|
"pdo",
|
|
"php",
|
|
"php5",
|
|
"sql"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ifsnop/mysqldump-php/issues",
|
|
"source": "https://github.com/ifsnop/mysqldump-php/tree/master"
|
|
},
|
|
"time": "2020-04-03T14:40:40+00:00"
|
|
},
|
|
{
|
|
"name": "intervention/image",
|
|
"version": "2.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Intervention/image.git",
|
|
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
|
|
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-fileinfo": "*",
|
|
"guzzlehttp/psr7": "~1.1",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.2",
|
|
"phpunit/phpunit": "^4.8 || ^5.7"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD library based image processing.",
|
|
"ext-imagick": "to use Imagick based image processing.",
|
|
"intervention/imagecache": "Caching extension for the Intervention Image library"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
},
|
|
"laravel": {
|
|
"providers": [
|
|
"Intervention\\Image\\ImageServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Image": "Intervention\\Image\\Facades\\Image"
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Intervention\\Image\\": "src/Intervention/Image"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Vogel",
|
|
"email": "oliver@olivervogel.com",
|
|
"homepage": "http://olivervogel.com/"
|
|
}
|
|
],
|
|
"description": "Image handling and manipulation library with support for Laravel integration",
|
|
"homepage": "http://image.intervention.io/",
|
|
"keywords": [
|
|
"gd",
|
|
"image",
|
|
"imagick",
|
|
"laravel",
|
|
"thumbnail",
|
|
"watermark"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Intervention/image/issues",
|
|
"source": "https://github.com/Intervention/image/tree/master"
|
|
},
|
|
"time": "2019-11-02T09:15:47+00:00"
|
|
},
|
|
{
|
|
"name": "matthiasmullie/minify",
|
|
"version": "1.3.66",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matthiasmullie/minify.git",
|
|
"reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
|
|
"reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"matthiasmullie/path-converter": "~1.1",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.0",
|
|
"matthiasmullie/scrapbook": "dev-master",
|
|
"phpunit/phpunit": ">=4.8"
|
|
},
|
|
"suggest": {
|
|
"psr/cache-implementation": "Cache implementation to use with Minify::cache"
|
|
},
|
|
"bin": [
|
|
"bin/minifycss",
|
|
"bin/minifyjs"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\Minify\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "minify@mullie.eu",
|
|
"homepage": "http://www.mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
|
|
"homepage": "http://www.minifier.org",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"javascript",
|
|
"minifier",
|
|
"minify"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/matthiasmullie/minify/issues",
|
|
"source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/[user1",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/user2",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-01-06T15:18:10+00:00"
|
|
},
|
|
{
|
|
"name": "matthiasmullie/path-converter",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matthiasmullie/path-converter.git",
|
|
"reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
|
|
"reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\PathConverter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "pathconverter@mullie.eu",
|
|
"homepage": "http://www.mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Relative path converter",
|
|
"homepage": "http://github.com/matthiasmullie/path-converter",
|
|
"keywords": [
|
|
"converter",
|
|
"path",
|
|
"paths",
|
|
"relative"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/matthiasmullie/path-converter/issues",
|
|
"source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
|
|
},
|
|
"time": "2019-02-05T23:41:09+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "050d430203105c27c30efd1dce7aa421ad882d01"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/050d430203105c27c30efd1dce7aa421ad882d01",
|
|
"reference": "050d430203105c27c30efd1dce7aa421ad882d01",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"doctrine/annotations": "^1.2",
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.5.6",
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-03-31T20:06:42+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": "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"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6",
|
|
"ext-json": "*",
|
|
"ext-pdo": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "5.6"
|
|
},
|
|
"plugin-api-version": "2.0.0"
|
|
}
|