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

210 lines
6.3 KiB
JSON
Raw Normal View History

[
{
"name": "flashwave/parsedown",
"version": "1.5.1",
"version_normalized": "1.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/flashii/parsedown.git",
"reference": "9da19c1108c39df9b42adc42e39b8371070652d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/flashii/parsedown/zipball/9da19c1108c39df9b42adc42e39b8371070652d0",
"reference": "9da19c1108c39df9b42adc42e39b8371070652d0",
"shasum": ""
},
"time": "2015-01-24 13:01:47",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "http://packagist.org/downloads/",
"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-04-14 14:27:37 +00:00
},
{
2015-04-25 12:47:28 +00:00
"name": "twig/twig",
2015-07-01 00:16:22 +00:00
"version": "v1.18.2",
"version_normalized": "1.18.2.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-07-01 00:16:22 +00:00
"reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
2015-04-14 14:27:37 +00:00
},
"dist": {
"type": "zip",
2015-07-01 00:16:22 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
"reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
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
},
2015-07-01 00:16:22 +00:00
"time": "2015-06-06 23:31:24",
2015-04-14 14:27:37 +00:00
"type": "library",
2015-04-25 12:47:28 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.18-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
{
"name": "phpmailer/phpmailer",
"version": "v5.2.10",
"version_normalized": "5.2.10.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7",
"reference": "07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.3.*"
},
"time": "2015-05-04 12:37:21",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"class.phpmailer.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"
},
2015-06-21 03:30:38 +00:00
{
"name": "paypal/rest-api-sdk-php",
2015-07-01 00:16:22 +00:00
"version": "v1.5.0",
"version_normalized": "1.5.0.0",
2015-06-21 03:30:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/paypal/PayPal-PHP-SDK.git",
2015-07-01 00:16:22 +00:00
"reference": "18e4eaaf319b48de2457abb7b2b1807cfe704c0a"
2015-06-21 03:30:38 +00:00
},
"dist": {
"type": "zip",
2015-07-01 00:16:22 +00:00
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/18e4eaaf319b48de2457abb7b2b1807cfe704c0a",
"reference": "18e4eaaf319b48de2457abb7b2b1807cfe704c0a",
2015-06-21 03:30:38 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
2015-07-01 00:16:22 +00:00
"time": "2015-06-25 17:12:03",
2015-06-21 03:30:38 +00: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",
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"
]
}
]