29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-16 00:52:49 +00:00
cms/composer.lock

737 lines
25 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-12-02 21:54:10 +00:00
"hash": "d7c4500075f1aa3c6af8474e08846ebd",
"packages": [
{
"name": "ircmaxell/password-compat",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"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": "2014-11-20 16:49:30"
},
{
"name": "joomla/application",
2014-10-19 05:03:32 +00:00
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
2014-10-19 05:03:32 +00:00
"reference": "b7745273664294387bdd7fb694d75e65b7491f28"
},
"dist": {
"type": "zip",
2014-10-19 05:03:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/application/zipball/b7745273664294387bdd7fb694d75e65b7491f28",
"reference": "b7745273664294387bdd7fb694d75e65b7491f28",
"shasum": ""
},
"require": {
2014-10-19 05:03:32 +00:00
"joomla/input": "~1.2",
"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": {
2014-10-19 05:03:32 +00:00
"joomla/test": "~1.1",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2014-10-19 05:03:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"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"
],
2014-10-19 05:03:32 +00:00
"time": "2014-10-13 12:43:54"
},
{
"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",
2014-12-02 21:54:10 +00:00
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
2014-12-02 21:54:10 +00:00
"reference": "30b93dd411d864a1ea3959328df74f3c9ab9e41f"
},
"dist": {
"type": "zip",
2014-12-02 21:54:10 +00:00
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/30b93dd411d864a1ea3959328df74f3c9ab9e41f",
"reference": "30b93dd411d864a1ea3959328df74f3c9ab9e41f",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"require-dev": {
2014-12-02 21:54:10 +00:00
"joomla/language": "~1.0",
"joomla/string": "~1.0",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"suggest": {
2014-12-02 21:54:10 +00:00
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`.",
"joomla/string": "Required only if you want to use `OutputFilter::stringURLSafe` and `OutputFilter::stringURLUnicodeSlug`."
},
"type": "joomla-package",
2014-12-02 21:54:10 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"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"
],
2014-12-02 21:54:10 +00:00
"time": "2014-12-10 02:21:00"
},
{
"name": "joomla/input",
2014-10-19 05:03:32 +00:00
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
2014-10-19 05:03:32 +00:00
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f"
},
"dist": {
"type": "zip",
2014-10-19 05:03:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/input/zipball/b6098276043e2d627221fe54d3c91232e6679d0f",
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f",
"shasum": ""
},
"require": {
"joomla/filter": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
2014-10-19 05:03:32 +00:00
"joomla/test": "~1.0",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2014-10-19 05:03:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"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-10-19 05:03:32 +00:00
"time": "2014-10-12 18:01:36"
},
{
"name": "joomla/registry",
2014-10-19 05:03:32 +00:00
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
2014-10-19 05:03:32 +00:00
"reference": "7330ea6481d0fe062f46d2b6cb848c212789915e"
},
"dist": {
"type": "zip",
2014-10-19 05:03:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/7330ea6481d0fe062f46d2b6cb848c212789915e",
"reference": "7330ea6481d0fe062f46d2b6cb848c212789915e",
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
2014-09-03 16:19:14 +00:00
"joomla/string": "~1.2",
"joomla/utilities": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "~1.0",
2014-09-03 16:19:14 +00:00
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*",
"symfony/yaml": "~2.0"
},
"suggest": {
"symfony/yaml": "Install 2.* if you require YAML support."
},
"type": "joomla-package",
2014-09-03 16:19:14 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"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"
],
2014-10-19 05:03:32 +00:00
"time": "2014-10-08 16:14:29"
},
{
"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-23 15:44:37 +00:00
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/string.git",
2014-09-23 15:44:37 +00:00
"reference": "edc67e83f8e603ac7b55bf32b87d5b53fe1acd8a"
},
"dist": {
"type": "zip",
2014-09-23 15:44:37 +00:00
"url": "https://api.github.com/repos/joomla-framework/string/zipball/edc67e83f8e603ac7b55bf32b87d5b53fe1acd8a",
"reference": "edc67e83f8e603ac7b55bf32b87d5b53fe1acd8a",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"require-dev": {
2014-09-23 15:44:37 +00:00
"joomla/test": "~1.0",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2014-09-23 15:44:37 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"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-23 15:44:37 +00:00
"time": "2014-09-18 12:21:47"
},
{
"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",
2014-09-04 01:21:32 +00:00
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
2014-09-04 01:21:32 +00:00
"reference": "f749a9bd6f2fc5ad376687651478273dac105051"
},
"dist": {
"type": "zip",
2014-09-04 01:21:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/f749a9bd6f2fc5ad376687651478273dac105051",
"reference": "f749a9bd6f2fc5ad376687651478273dac105051",
"shasum": ""
},
"require": {
"joomla/string": "~1.0",
"php": ">=5.3.10"
},
2014-09-04 01:21:32 +00:00
"require-dev": {
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2014-09-04 01:21:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"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"
],
2014-09-04 01:21:32 +00:00
"time": "2014-09-03 21:44:44"
},
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",
2014-12-02 21:54:10 +00:00
"version": "v5.2.9",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
2014-12-02 21:54:10 +00:00
"reference": "73b61679809615850706f1dbf88e6df2ddc05745"
},
"dist": {
"type": "zip",
2014-12-02 21:54:10 +00:00
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/73b61679809615850706f1dbf88e6df2ddc05745",
"reference": "73b61679809615850706f1dbf88e6df2ddc05745",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
2014-12-02 21:54:10 +00:00
"phpunit/phpunit": "4.1.*"
},
"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",
2014-12-02 21:54:10 +00:00
"time": "2014-09-26 18:33:30"
},
{
"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-12-02 21:54:10 +00:00
"version": "v2.6.1",
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
2014-12-02 21:54:10 +00:00
"reference": "3346fc090a3eb6b53d408db2903b241af51dcb20"
},
"dist": {
"type": "zip",
2014-12-02 21:54:10 +00:00
"url": "https://api.github.com/repos/symfony/Yaml/zipball/3346fc090a3eb6b53d408db2903b241af51dcb20",
"reference": "3346fc090a3eb6b53d408db2903b241af51dcb20",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2014-12-02 21:54:10 +00:00
"dev-master": "2.6-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-12-02 21:54:10 +00:00
"time": "2014-12-02 20:19:20"
}
],
2014-09-23 15:44:37 +00:00
"packages-dev": null,
"aliases": [],
"minimum-stability": "stable",
2014-09-23 15:44:37 +00:00
"stability-flags": [],
2014-09-01 19:14:25 +00:00
"prefer-stable": false,
"platform": {
"php": ">=5.3.10"
},
2014-09-23 15:44:37 +00:00
"platform-dev": []
}