29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 11:05:08 +00:00
cms/composer.lock

688 lines
24 KiB
Plaintext
Raw Normal View History

{
"_readme": [
"This file locks the dependencies of your project to a known state",
2014-09-01 19:14:25 +00:00
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
2014-09-01 19:17:57 +00:00
"hash": "c26ab7d1a8d09d0400bd3191b084ae65",
"packages": [
{
"name": "ircmaxell/password-compat",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
"shasum": ""
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2013-04-30 19:58:08"
},
{
"name": "joomla/application",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
"reference": "6eaa27a50d5362cf5d73acf9eade50ae042097da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/application/zipball/6eaa27a50d5362cf5d73acf9eade50ae042097da",
"reference": "6eaa27a50d5362cf5d73acf9eade50ae042097da",
"shasum": ""
},
"require": {
"joomla/input": "~1.1.1",
"joomla/registry": "~1.1",
"joomla/session": "~1.1",
"joomla/string": "~1.1",
"joomla/uri": "~1.1",
"php": ">=5.3.10",
"psr/log": "~1.0"
},
"require-dev": {
"joomla/test": "~1.1"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Application\\": "src/",
"Joomla\\Application\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Application Package",
"homepage": "https://github.com/joomla-framework/application",
"keywords": [
"application",
"framework",
"joomla"
],
"time": "2014-05-20 14:35:14"
},
{
"name": "joomla/compat",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/compat.git",
"reference": "92ba45e9cfdca4c912691bf04ef13e0c03660348"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/compat/zipball/92ba45e9cfdca4c912691bf04ef13e0c03660348",
"reference": "92ba45e9cfdca4c912691bf04ef13e0c03660348",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"classmap": [
"src/JsonSerializable.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Compat Package",
"homepage": "https://github.com/joomla-framework/compat",
"keywords": [
"compat",
"framework",
"joomla"
],
"time": "2014-02-09 19:29:20"
},
{
"name": "joomla/di",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/di.git",
"reference": "4866c58e92ce4e851cd87d5d9d31b069b7284267"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/di/zipball/4866c58e92ce4e851cd87d5d9d31b069b7284267",
"reference": "4866c58e92ce4e851cd87d5d9d31b069b7284267",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\DI\\": "src/",
"Joomla\\DI\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla DI Package",
"homepage": "https://github.com/joomla-framework/di",
"keywords": [
"container",
"dependency injection",
"di",
"framework",
"ioc",
"joomla"
],
"time": "2014-03-21 13:20:34"
},
{
"name": "joomla/event",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/event.git",
"reference": "bb957bc45aba897e465384bbe21cd0eb79aca901"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/event/zipball/bb957bc45aba897e465384bbe21cd0eb79aca901",
"reference": "bb957bc45aba897e465384bbe21cd0eb79aca901",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Event\\": "src/",
"Joomla\\Event\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Event Package",
"homepage": "https://github.com/joomla-framework/event",
"keywords": [
"event",
"framework",
"joomla"
],
"time": "2014-02-09 01:30:54"
},
{
"name": "joomla/filter",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
"reference": "bd097a34c1f94d54589462c960fd41921e61c1c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/bd097a34c1f94d54589462c960fd41921e61c1c9",
"reference": "bd097a34c1f94d54589462c960fd41921e61c1c9",
"shasum": ""
},
"require": {
"joomla/string": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
"joomla/language": "~1.0"
},
"suggest": {
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Filter\\": "src/",
"Joomla\\Filter\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Filter Package",
"homepage": "https://github.com/joomla-framework/filter",
"keywords": [
"filter",
"framework",
"joomla"
],
"time": "2014-02-09 07:45:50"
},
{
"name": "joomla/input",
2014-09-01 19:14:25 +00:00
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
2014-09-01 19:14:25 +00:00
"reference": "8f6ea1ce7ba13d372725aa6c61b641903d1aa015"
},
"dist": {
"type": "zip",
2014-09-01 19:14:25 +00:00
"url": "https://api.github.com/repos/joomla-framework/input/zipball/8f6ea1ce7ba13d372725aa6c61b641903d1aa015",
"reference": "8f6ea1ce7ba13d372725aa6c61b641903d1aa015",
"shasum": ""
},
"require": {
"joomla/filter": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "~1.0"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Input\\": "src/",
"Joomla\\Input\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Input Package",
"homepage": "https://github.com/joomla-framework/input",
"keywords": [
"framework",
"input",
"joomla"
],
2014-09-01 19:14:25 +00:00
"time": "2014-08-23 19:16:46"
},
{
"name": "joomla/registry",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
"reference": "2be70676835f7457719df0418be89397bfd55900"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/2be70676835f7457719df0418be89397bfd55900",
"reference": "2be70676835f7457719df0418be89397bfd55900",
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
"joomla/utilities": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "~1.0",
"symfony/yaml": "~2.0"
},
"suggest": {
"symfony/yaml": "Install 2.* if you require YAML support."
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Registry\\": "src/",
"Joomla\\Registry\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Registry Package",
"homepage": "https://github.com/joomla-framework/registry",
"keywords": [
"framework",
"joomla",
"registry"
],
"time": "2014-05-19 19:41:20"
},
{
"name": "joomla/session",
2014-09-01 19:14:25 +00:00
"version": "1.2.3",
"target-dir": "Joomla/Session",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/session.git",
2014-09-01 19:14:25 +00:00
"reference": "ef955cf9642793c4ad5874f334069051c33ba604"
},
"dist": {
"type": "zip",
2014-09-01 19:14:25 +00:00
"url": "https://api.github.com/repos/joomla-framework/session/zipball/ef955cf9642793c4ad5874f334069051c33ba604",
"reference": "ef955cf9642793c4ad5874f334069051c33ba604",
"shasum": ""
},
"require": {
"joomla/event": "~1.1",
"joomla/filter": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "~1.0"
},
"suggest": {
"joomla/database": "Install joomla/database if you want to use Database session storage."
},
"type": "joomla-package",
"autoload": {
"psr-0": {
"Joomla\\Session": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Session Package",
"homepage": "https://github.com/joomla-framework/session",
"keywords": [
"framework",
"joomla",
"session"
],
2014-09-01 19:14:25 +00:00
"time": "2014-08-18 17:41:06"
},
{
"name": "joomla/string",
2014-09-01 19:14:25 +00:00
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/string.git",
2014-09-01 19:14:25 +00:00
"reference": "f1152e6cce135ff90f4b0097792e8be23989b143"
},
"dist": {
"type": "zip",
2014-09-01 19:14:25 +00:00
"url": "https://api.github.com/repos/joomla-framework/string/zipball/f1152e6cce135ff90f4b0097792e8be23989b143",
"reference": "f1152e6cce135ff90f4b0097792e8be23989b143",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "~1.0"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\String\\": "src/",
"Joomla\\String\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla String Package",
"homepage": "https://github.com/joomla-framework/string",
"keywords": [
"framework",
"joomla",
"string"
],
2014-09-01 19:14:25 +00:00
"time": "2014-08-23 19:33:54"
},
{
"name": "joomla/uri",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/uri.git",
"reference": "980e532e4235bb8f1ada15b28822abbeb171da3f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/uri/zipball/980e532e4235bb8f1ada15b28822abbeb171da3f",
"reference": "980e532e4235bb8f1ada15b28822abbeb171da3f",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Uri\\": "src/",
"Joomla\\Uri\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Uri Package",
"homepage": "https://github.com/joomla-framework/uri",
"keywords": [
"framework",
"joomla",
"uri"
],
"time": "2014-02-09 02:57:17"
},
{
"name": "joomla/utilities",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
"reference": "de31259372d049f2a3fabe7b1c412cece134ca31"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/de31259372d049f2a3fabe7b1c412cece134ca31",
"reference": "de31259372d049f2a3fabe7b1c412cece134ca31",
"shasum": ""
},
"require": {
"joomla/string": "~1.0",
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Utilities\\": "src/",
"Joomla\\Utilities\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Utilities Package",
"homepage": "https://github.com/joomla-framework/utilities",
"keywords": [
"framework",
"joomla",
"utilities"
],
"time": "2014-02-09 02:57:39"
},
2014-09-01 19:17:57 +00:00
{
"name": "leafo/lessphp",
"version": "v0.3.9",
"source": {
"type": "git",
"url": "https://github.com/leafo/lessphp.git",
"reference": "a11a6141b5715162b933c405379765d817891c5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leafo/lessphp/zipball/a11a6141b5715162b933c405379765d817891c5d",
"reference": "a11a6141b5715162b933c405379765d817891c5d",
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"classmap": [
"lessc.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/",
"time": "2013-03-02 16:13:31"
},
{
"name": "phpmailer/phpmailer",
"version": "v5.2.8",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "d3802c597bff8f6c2ccfa3eab2a511aa01b8d68f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d3802c597bff8f6c2ccfa3eab2a511aa01b8d68f",
"reference": "d3802c597bff8f6c2ccfa3eab2a511aa01b8d68f",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.0.*"
},
"type": "library",
"autoload": {
"classmap": [
"class.phpmailer.php",
"class.pop3.php",
"class.smtp.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": "2014-05-14 07:04:18"
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
},
{
"name": "symfony/yaml",
2014-09-01 19:14:25 +00:00
"version": "v2.5.3",
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
2014-09-01 19:14:25 +00:00
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f"
},
"dist": {
"type": "zip",
2014-09-01 19:14:25 +00:00
"url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2014-06-04 23:49:16 +00:00
"dev-master": "2.5-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Yaml\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2014-09-01 19:14:25 +00:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
2014-09-01 19:14:25 +00:00
"time": "2014-08-05 09:00:40"
}
],
2014-09-01 19:14:25 +00:00
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2014-09-01 19:14:25 +00:00
"stability-flags": [],
"prefer-stable": false,
"platform": {
"php": ">=5.3.10"
},
2014-09-01 19:14:25 +00:00
"platform-dev": []
}