forked from mirrors/easyappointments
161 lines
5.6 KiB
JSON
161 lines
5.6 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#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "c484aff175b14ee6c9810d6f4476c3c9",
|
|
"content-hash": "066f48bf5bdce6c78e3e440b892865f2",
|
|
"packages": [
|
|
{
|
|
"name": "gregwar/captcha",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Gregwar/Captcha.git",
|
|
"reference": "1240ab993ca713680573b2d4166900da5f758623"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/1240ab993ca713680573b2d4166900da5f758623",
|
|
"reference": "1240ab993ca713680573b2d4166900da5f758623",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "captcha",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gregwar\\Captcha\\": "/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Passault",
|
|
"email": "g.passault@gmail.com",
|
|
"homepage": "http://www.gregwar.com/"
|
|
},
|
|
{
|
|
"name": "Jeremy Livingston",
|
|
"email": "jeremy.j.livingston@gmail.com"
|
|
}
|
|
],
|
|
"description": "Captcha generator",
|
|
"homepage": "https://github.com/Gregwar/Captcha",
|
|
"keywords": [
|
|
"bot",
|
|
"captcha",
|
|
"spam"
|
|
],
|
|
"time": "2015-09-11 15:23:20"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v5.2.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "e774bc9152de85547336e22b8926189e582ece95"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
|
|
"reference": "e774bc9152de85547336e22b8926189e582ece95",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpdocumentor/phpdocumentor": "*",
|
|
"phpunit/phpunit": "4.7.*"
|
|
},
|
|
"suggest": {
|
|
"league/oauth2-client": "Needed for XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Gmail XOAUTH2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"class.phpmailer.php",
|
|
"class.phpmaileroauth.php",
|
|
"class.phpmaileroauthgoogle.php",
|
|
"class.smtp.php",
|
|
"class.pop3.php",
|
|
"extras/EasyPeasyICS.php",
|
|
"extras/ntlm_sasl_client.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"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": "2015-11-01 10:15:28"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "codeigniter/framework",
|
|
"version": "3.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bcit-ci/CodeIgniter.git",
|
|
"reference": "8082544c5b4b33175790f505587e202e3ca9e488"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/8082544c5b4b33175790f505587e202e3ca9e488",
|
|
"reference": "8082544c5b4b33175790f505587e202e3ca9e488",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.*"
|
|
},
|
|
"suggest": {
|
|
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
|
},
|
|
"type": "project",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "The CodeIgniter framework",
|
|
"homepage": "https://codeigniter.com",
|
|
"time": "2016-03-21 16:26:30"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|