mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
239 lines
8.1 KiB
JSON
239 lines
8.1 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": "33e332186d73935e44e71e72a52ae532",
|
|
"packages": [
|
|
{
|
|
"name": "hybridauth/hybridauth",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hybridauth/hybridauth.git",
|
|
"reference": "2edf92f07b94fcc9e17ea14e2a1644b83981af7d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/2edf92f07b94fcc9e17ea14e2a1644b83981af7d",
|
|
"reference": "2edf92f07b94fcc9e17ea14e2a1644b83981af7d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^6.5 || ^8"
|
|
},
|
|
"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",
|
|
"authorization",
|
|
"facebook",
|
|
"google",
|
|
"oauth",
|
|
"social",
|
|
"twitter"
|
|
],
|
|
"time": "2020-03-04T14:32:04+00:00"
|
|
},
|
|
{
|
|
"name": "ifsnop/mysqldump-php",
|
|
"version": "v2.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ifsnop/mysqldump-php.git",
|
|
"reference": "b6919eff87c36b18fe0d4b3a53635df03c8a3b38"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/b6919eff87c36b18fe0d4b3a53635df03c8a3b38",
|
|
"reference": "b6919eff87c36b18fe0d4b3a53635df03c8a3b38",
|
|
"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"
|
|
],
|
|
"time": "2019-10-29T23:13:43+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "c5e61d0729507049cec9673aa1a679f9adefd683"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c5e61d0729507049cec9673aa1a679f9adefd683",
|
|
"reference": "c5e61d0729507049cec9673aa1a679f9adefd683",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.2",
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
|
"phpunit/phpunit": "^4.8 || ^5.7"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
"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",
|
|
"time": "2019-12-10T11:17:38+00:00"
|
|
},
|
|
{
|
|
"name": "tedivm/jshrink",
|
|
"version": "v1.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tedious/JShrink.git",
|
|
"reference": "566e0c731ba4e372be2de429ef7d54f4faf4477a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tedious/JShrink/zipball/566e0c731ba4e372be2de429ef7d54f4faf4477a",
|
|
"reference": "566e0c731ba4e372be2de429ef7d54f4faf4477a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.8",
|
|
"php-coveralls/php-coveralls": "^1.1.0",
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JShrink": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Robert Hafner",
|
|
"email": "tedivm@tedivm.com"
|
|
}
|
|
],
|
|
"description": "Javascript Minifier built in PHP",
|
|
"homepage": "http://github.com/tedious/JShrink",
|
|
"keywords": [
|
|
"javascript",
|
|
"minifier"
|
|
],
|
|
"time": "2019-06-28T18:11:46+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "5.6"
|
|
}
|
|
}
|