2015-02-21 12:53:05 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2015-06-21 03:30:38 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2015-02-21 12:53:05 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2015-12-02 14:38:40 +00:00
|
|
|
"hash": "796d45b3f4f6323302ad5e3c26545cb3",
|
|
|
|
"content-hash": "6fb7e8cc79bc78343a4854b1cafe547b",
|
2015-02-21 12:53:05 +00:00
|
|
|
"packages": [
|
2015-03-08 05:47:05 +00:00
|
|
|
{
|
2015-08-31 21:57:36 +00:00
|
|
|
"name": "erusev/parsedown",
|
2015-12-01 13:34:16 +00:00
|
|
|
"version": "1.6.0",
|
2015-03-08 05:47:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-31 21:57:36 +00:00
|
|
|
"url": "https://github.com/erusev/parsedown.git",
|
2015-12-01 13:34:16 +00:00
|
|
|
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
|
2015-03-08 05:47:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-12-01 13:34:16 +00:00
|
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
|
|
|
|
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
|
2015-03-08 05:47:05 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Parsedown": ""
|
|
|
|
}
|
|
|
|
},
|
2015-08-31 21:57:36 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-03-08 05:47:05 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Emanuil Rusev",
|
|
|
|
"email": "hello@erusev.com",
|
|
|
|
"homepage": "http://erusev.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parser for Markdown.",
|
|
|
|
"homepage": "http://parsedown.org",
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"parser"
|
|
|
|
],
|
2015-12-01 13:34:16 +00:00
|
|
|
"time": "2015-10-04 16:44:32"
|
|
|
|
},
|
|
|
|
{
|
2015-12-02 14:38:40 +00:00
|
|
|
"name": "jbbcode/jbbcode",
|
|
|
|
"version": "v1.3.0",
|
2015-12-01 13:34:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-12-02 14:38:40 +00:00
|
|
|
"url": "https://github.com/jbowens/jBBCode.git",
|
|
|
|
"reference": "645b6a1c0afa92b7d029d3417ebd8b60a5c578b3"
|
2015-12-01 13:34:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-12-02 14:38:40 +00:00
|
|
|
"url": "https://api.github.com/repos/jbowens/jBBCode/zipball/645b6a1c0afa92b7d029d3417ebd8b60a5c578b3",
|
|
|
|
"reference": "645b6a1c0afa92b7d029d3417ebd8b60a5c578b3",
|
2015-12-01 13:34:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-12-02 14:38:40 +00:00
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.7.*"
|
2015-12-01 13:34:16 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-12-02 14:38:40 +00:00
|
|
|
"JBBCode": "."
|
|
|
|
}
|
2015-12-01 13:34:16 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-12-02 14:38:40 +00:00
|
|
|
"MIT"
|
2015-12-01 13:34:16 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-12-02 14:38:40 +00:00
|
|
|
"name": "Jackson Owens",
|
|
|
|
"email": "jackson_owens@alumni.brown.edu",
|
|
|
|
"homepage": "http://jbowens.org/",
|
|
|
|
"role": "Developer"
|
2015-12-01 13:34:16 +00:00
|
|
|
}
|
|
|
|
],
|
2015-12-02 14:38:40 +00:00
|
|
|
"description": "A lightweight but extensible BBCode parser written in PHP 5.3.",
|
|
|
|
"homepage": "http://jbbcode.com/",
|
2015-12-01 13:34:16 +00:00
|
|
|
"keywords": [
|
2015-12-02 14:38:40 +00:00
|
|
|
"BB",
|
|
|
|
"bbcode"
|
2015-12-01 13:34:16 +00:00
|
|
|
],
|
2015-12-02 14:38:40 +00:00
|
|
|
"time": "2014-07-06 05:48:20"
|
2015-03-08 05:47:05 +00:00
|
|
|
},
|
2015-06-21 03:30:38 +00:00
|
|
|
{
|
|
|
|
"name": "paypal/rest-api-sdk-php",
|
2015-12-24 16:04:49 +00:00
|
|
|
"version": "v1.6.3",
|
2015-06-21 03:30:38 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/paypal/PayPal-PHP-SDK.git",
|
2015-12-24 16:04:49 +00:00
|
|
|
"reference": "0993a6450e7ad7bd4bd7b4f7409784b6ff86873d"
|
2015-06-21 03:30:38 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-12-24 16:04:49 +00:00
|
|
|
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/0993a6450e7ad7bd4bd7b4f7409784b6ff86873d",
|
|
|
|
"reference": "0993a6450e7ad7bd4bd7b4f7409784b6ff86873d",
|
2015-06-21 03:30:38 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.7.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"PayPal": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache2"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PayPal",
|
|
|
|
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PayPal's PHP SDK for REST APIs",
|
2015-07-01 00:16:22 +00:00
|
|
|
"homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
|
2015-06-21 03:30:38 +00:00
|
|
|
"keywords": [
|
|
|
|
"payments",
|
|
|
|
"paypal",
|
|
|
|
"rest",
|
|
|
|
"sdk"
|
|
|
|
],
|
2015-12-24 16:04:49 +00:00
|
|
|
"time": "2015-12-07 21:31:49"
|
2015-06-21 03:30:38 +00:00
|
|
|
},
|
2015-02-21 12:53:05 +00:00
|
|
|
{
|
|
|
|
"name": "phpmailer/phpmailer",
|
2015-12-01 13:34:16 +00:00
|
|
|
"version": "v5.2.14",
|
2015-02-21 12:53:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
2015-12-01 13:34:16 +00:00
|
|
|
"reference": "e774bc9152de85547336e22b8926189e582ece95"
|
2015-02-21 12:53:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-12-01 13:34:16 +00:00
|
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
|
|
|
|
"reference": "e774bc9152de85547336e22b8926189e582ece95",
|
2015-02-21 12:53:05 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.0.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpdocumentor/phpdocumentor": "*",
|
2015-12-01 13:34:16 +00:00
|
|
|
"phpunit/phpunit": "4.7.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"league/oauth2-client": "Needed for XOAUTH2 authentication",
|
|
|
|
"league/oauth2-google": "Needed for Gmail XOAUTH2"
|
2015-02-21 12:53:05 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"class.phpmailer.php",
|
2015-12-01 13:34:16 +00:00
|
|
|
"class.phpmaileroauth.php",
|
|
|
|
"class.phpmaileroauthgoogle.php",
|
2015-07-01 00:16:22 +00:00
|
|
|
"class.smtp.php",
|
2015-02-21 12:53:05 +00:00
|
|
|
"class.pop3.php",
|
2015-07-01 00:16:22 +00:00
|
|
|
"extras/EasyPeasyICS.php",
|
|
|
|
"extras/ntlm_sasl_client.php"
|
2015-02-21 12:53:05 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"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",
|
2015-12-01 13:34:16 +00:00
|
|
|
"time": "2015-11-01 10:15:28"
|
2015-02-21 12:53:05 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2015-12-01 13:34:16 +00:00
|
|
|
"version": "v1.23.1",
|
2015-02-21 12:53:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2015-12-01 13:34:16 +00:00
|
|
|
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
|
2015-02-21 12:53:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-12-01 13:34:16 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
|
|
|
|
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
|
2015-02-21 12:53:05 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-04-25 12:47:28 +00:00
|
|
|
"php": ">=5.2.7"
|
2015-02-21 12:53:05 +00:00
|
|
|
},
|
2015-08-31 21:57:36 +00:00
|
|
|
"require-dev": {
|
|
|
|
"symfony/debug": "~2.7",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
2015-02-21 12:53:05 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-12-01 13:34:16 +00:00
|
|
|
"dev-master": "1.23-dev"
|
2015-02-21 12:53:05 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Twig_": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
|
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
|
|
"role": "Contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
|
|
"keywords": [
|
|
|
|
"templating"
|
|
|
|
],
|
2015-12-01 13:34:16 +00:00
|
|
|
"time": "2015-11-05 12:49:06"
|
2015-02-21 12:53:05 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
2015-04-14 14:27:37 +00:00
|
|
|
"platform": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-json": "*"
|
|
|
|
},
|
2015-02-21 12:53:05 +00:00
|
|
|
"platform-dev": []
|
|
|
|
}
|