2018-11-06 08:03:40 -06:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2020-11-27 17:11:10 +01:00
"content-hash": "e9ca525b9c7c5043623e8c4681120052",
2020-02-14 12:25:15 +01:00
"packages": [
{
"name": "hybridauth/hybridauth",
2020-05-27 12:45:33 -05:00
"version": "3.3.0",
2020-02-14 12:25:15 +01:00
"source": {
"type": "git",
"url": "https://github.com/hybridauth/hybridauth.git",
2020-05-27 12:45:33 -05:00
"reference": "51cb2ad2f04d175d298b51e919868dec1d4d8b04"
2020-02-14 12:25:15 +01:00
},
"dist": {
"type": "zip",
2020-05-27 12:45:33 -05:00
"url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/51cb2ad2f04d175d298b51e919868dec1d4d8b04",
"reference": "51cb2ad2f04d175d298b51e919868dec1d4d8b04",
2020-02-14 12:25:15 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"ext-curl": "*",
2020-03-04 16:38:22 -08:00
"phpunit/phpunit": "^4.8.35 || ^6.5 || ^8"
2020-02-14 12:25:15 +01:00
},
"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"
],
2020-05-27 12:45:33 -05:00
"time": "2020-04-16T08:04:26+00:00"
2020-02-29 11:56:05 -08:00
},
{
"name": "ifsnop/mysqldump-php",
2020-05-27 12:45:33 -05:00
"version": "v2.9",
2020-02-29 11:56:05 -08:00
"source": {
"type": "git",
"url": "https://github.com/ifsnop/mysqldump-php.git",
2020-05-27 12:45:33 -05:00
"reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25"
2020-02-29 11:56:05 -08:00
},
"dist": {
"type": "zip",
2020-05-27 12:45:33 -05:00
"url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
"reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
2020-02-29 11:56:05 -08:00
"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"
],
2020-05-27 12:45:33 -05:00
"time": "2020-04-03T14:40:40+00:00"
2020-02-29 11:56:05 -08:00
},
2020-11-27 17:11:10 +01:00
{
"name": "matthiasmullie/minify",
"version": "1.3.63",
"source": {
"type": "git",
"url": "https://github.com/matthiasmullie/minify.git",
"reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/9ba1b459828adc13430f4dd6c49dae4950dc4117",
"reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"matthiasmullie/path-converter": "~1.1",
"php": ">=5.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"matthiasmullie/scrapbook": "~1.0",
"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.63"
},
"time": "2020-01-21T20:21:08+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"
},
2020-02-29 11:56:05 -08:00
{
"name": "phpmailer/phpmailer",
2020-05-27 12:45:33 -05:00
"version": "v6.1.6",
2020-02-29 11:56:05 -08:00
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
2020-05-27 12:45:33 -05:00
"reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
2020-02-29 11:56:05 -08:00
},
"dist": {
"type": "zip",
2020-05-27 12:45:33 -05:00
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
"reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
2020-02-29 11:56:05 -08:00
"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",
2020-05-27 12:45:33 -05:00
"funding": [
{
"url": "https://github.com/synchro",
"type": "github"
}
],
"time": "2020-05-27T12:24:03+00:00"
2020-02-14 12:25:15 +01:00
}
],
2018-11-06 08:03:40 -06:00
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-05-27 12:45:33 -05:00
"php": ">=5.6",
"ext-json": "*",
"ext-pdo": "*"
2018-11-06 08:03:40 -06:00
},
2020-02-14 11:29:23 +01:00
"platform-dev": [],
"platform-overrides": {
"php": "5.6"
2020-05-27 12:45:33 -05:00
},
2020-11-27 17:11:10 +01:00
"plugin-api-version": "2.0.0"
2018-11-06 08:03:40 -06:00
}