This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/vendor/composer/installed.json

266 lines
8.1 KiB
JSON
Raw Normal View History

[
{
2015-12-01 13:34:16 +00:00
"name": "ezyang/htmlpurifier",
"version": "v4.7.0",
"version_normalized": "4.7.0.0",
"source": {
"type": "git",
2015-12-01 13:34:16 +00:00
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
},
"dist": {
"type": "zip",
2015-12-01 13:34:16 +00:00
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
"reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
"shasum": ""
},
"require": {
2015-12-01 13:34:16 +00:00
"php": ">=5.2"
},
2015-12-01 13:34:16 +00:00
"time": "2015-08-05 01:03:42",
"type": "library",
"installation-source": "dist",
"autoload": {
2015-12-01 13:34:16 +00:00
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-12-01 13:34:16 +00:00
"LGPL"
],
"authors": [
{
2015-12-01 13:34:16 +00:00
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
2015-12-01 13:34:16 +00:00
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
]
2015-04-14 14:27:37 +00:00
},
{
2015-04-25 12:47:28 +00:00
"name": "twig/twig",
2015-12-01 13:34:16 +00:00
"version": "v1.23.1",
"version_normalized": "1.23.1.0",
2015-04-14 14:27:37 +00:00
"source": {
"type": "git",
2015-04-25 12:47:28 +00:00
"url": "https://github.com/twigphp/Twig.git",
2015-12-01 13:34:16 +00:00
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
2015-04-14 14:27:37 +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-04-14 14:27:37 +00:00
"shasum": ""
},
"require": {
2015-04-25 12:47:28 +00:00
"php": ">=5.2.7"
2015-04-14 14:27:37 +00:00
},
"require-dev": {
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7"
},
2015-12-01 13:34:16 +00:00
"time": "2015-11-05 12:49:06",
2015-04-14 14:27:37 +00:00
"type": "library",
2015-04-25 12:47:28 +00:00
"extra": {
"branch-alias": {
2015-12-01 13:34:16 +00:00
"dev-master": "1.23-dev"
2015-04-14 14:27:37 +00:00
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
2015-04-25 12:47:28 +00:00
"Twig_": "lib/"
2015-04-14 14:27:37 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-04-25 12:47:28 +00:00
"BSD-3-Clause"
2015-04-14 14:27:37 +00:00
],
"authors": [
{
2015-04-25 12:47:28 +00:00
"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"
2015-04-14 14:27:37 +00:00
}
],
2015-04-25 12:47:28 +00:00
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
2015-04-14 14:27:37 +00:00
"keywords": [
2015-04-25 12:47:28 +00:00
"templating"
2015-04-14 14:27:37 +00:00
]
2015-06-21 03:30:38 +00:00
},
2015-07-01 00:16:22 +00:00
{
2015-12-01 13:34:16 +00:00
"name": "phpmailer/phpmailer",
"version": "v5.2.14",
"version_normalized": "5.2.14.0",
2015-07-01 00:16:22 +00:00
"source": {
"type": "git",
2015-12-01 13:34:16 +00:00
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e774bc9152de85547336e22b8926189e582ece95"
2015-07-01 00:16:22 +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-07-01 00:16:22 +00:00
"shasum": ""
},
"require": {
2015-12-01 13:34:16 +00:00
"php": ">=5.0.0"
2015-07-01 00:16:22 +00:00
},
"require-dev": {
2015-12-01 13:34:16 +00:00
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.7.*"
2015-07-01 00:16:22 +00:00
},
2015-12-01 13:34:16 +00:00
"suggest": {
"league/oauth2-client": "Needed for XOAUTH2 authentication",
"league/oauth2-google": "Needed for Gmail XOAUTH2"
},
"time": "2015-11-01 10:15:28",
2015-07-01 00:16:22 +00:00
"type": "library",
"installation-source": "dist",
"autoload": {
2015-12-01 13:34:16 +00:00
"classmap": [
"class.phpmailer.php",
"class.phpmaileroauth.php",
"class.phpmaileroauthgoogle.php",
"class.smtp.php",
"class.pop3.php",
"extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
]
2015-07-01 00:16:22 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-12-01 13:34:16 +00:00
"LGPL-2.1"
2015-07-01 00:16:22 +00:00
],
"authors": [
{
2015-12-01 13:34:16 +00:00
"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"
2015-07-01 00:16:22 +00:00
}
],
2015-12-01 13:34:16 +00:00
"description": "PHPMailer is a full-featured email creation and transfer class for PHP"
2015-07-01 00:16:22 +00:00
},
2015-06-21 03:30:38 +00:00
{
"name": "erusev/parsedown",
2015-12-01 13:34:16 +00:00
"version": "1.6.0",
"version_normalized": "1.6.0.0",
2015-06-21 03:30:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2015-12-01 13:34:16 +00:00
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
2015-06-21 03:30:38 +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-06-21 03:30:38 +00:00
"shasum": ""
},
2015-12-01 13:34:16 +00:00
"time": "2015-10-04 16:44:32",
2015-06-21 03:30:38 +00:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Parsedown": ""
2015-06-21 03:30:38 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2015-06-21 03:30:38 +00:00
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
2015-06-21 03:30:38 +00:00
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
2015-06-21 03:30:38 +00:00
"keywords": [
"markdown",
"parser"
2015-06-21 03:30:38 +00:00
]
2015-12-01 13:34:16 +00:00
},
{
"name": "paypal/rest-api-sdk-php",
"version": "v1.6.2",
"version_normalized": "1.6.2.0",
"source": {
"type": "git",
"url": "https://github.com/paypal/PayPal-PHP-SDK.git",
"reference": "7493e7aa5e384e897636d6073493ef0a865695ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/7493e7aa5e384e897636d6073493ef0a865695ea",
"reference": "7493e7aa5e384e897636d6073493ef0a865695ea",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"time": "2015-11-16 19:40:00",
"type": "library",
"installation-source": "dist",
"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",
"homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
"keywords": [
"payments",
"paypal",
"rest",
"sdk"
]
}
]