doc.silverstripe.org/composer.lock

808 lines
27 KiB
Plaintext
Raw Normal View History

{
2013-05-29 21:20:52 +02:00
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-06-05 01:08:44 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
2013-05-29 21:20:52 +02:00
],
2015-06-05 01:08:44 +02:00
"hash": "035d15b8599bee1c2336843812ab5f8f",
"packages": [
{
"name": "composer/installers",
"version": "dev-master",
"source": {
"type": "git",
2014-01-11 04:27:48 +01:00
"url": "https://github.com/composer/installers.git",
2015-05-01 02:12:10 +02:00
"reference": "a66f93a541c2214b4865161426b077e2b7d951de"
},
"dist": {
"type": "zip",
2015-05-01 02:12:10 +02:00
"url": "https://api.github.com/repos/composer/installers/zipball/a66f93a541c2214b4865161426b077e2b7d951de",
"reference": "a66f93a541c2214b4865161426b077e2b7d951de",
"shasum": ""
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2014-01-11 04:27:48 +01:00
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "4.1.*"
},
"type": "composer-installer",
"extra": {
2014-01-11 04:27:48 +01:00
"class": "Composer\\Installers\\Installer",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Composer\\Installers\\": "src/"
}
},
2014-01-11 04:27:48 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "http://composer.github.com/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Hurad",
"MODX Evo",
"OXID",
2015-05-01 02:12:10 +02:00
"SMF",
2014-09-17 06:06:55 +02:00
"Thelia",
"WolfCMS",
2014-01-11 04:27:48 +01:00
"agl",
2015-05-01 02:12:10 +02:00
"aimeos",
"annotatecms",
"bitrix",
"cakephp",
"chef",
"codeigniter",
2014-01-11 04:27:48 +01:00
"concrete5",
"croogo",
2014-11-26 05:55:07 +01:00
"dokuwiki",
"drupal",
2014-01-11 04:27:48 +01:00
"elgg",
2013-05-29 21:20:52 +02:00
"fuelphp",
2014-09-17 06:06:55 +02:00
"grav",
2013-05-29 21:20:52 +02:00
"installer",
"joomla",
2013-05-29 21:20:52 +02:00
"kohana",
"laravel",
2013-05-29 21:20:52 +02:00
"lithium",
"magento",
2013-05-29 21:20:52 +02:00
"mako",
"mediawiki",
2014-01-11 04:27:48 +01:00
"modulework",
"moodle",
"phpbb",
"piwik",
"ppi",
"puppet",
"roundcube",
"shopware",
"silverstripe",
2013-05-29 21:20:52 +02:00
"symfony",
"typo3",
2013-05-29 21:20:52 +02:00
"wordpress",
"zend",
"zikula"
2013-05-29 21:20:52 +02:00
],
2015-05-01 02:12:10 +02:00
"time": "2015-04-21 19:54:55"
},
{
"name": "erusev/parsedown",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "495e7ac73bb5fde6b857b88ff2bb1b5e79a4263a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/495e7ac73bb5fde6b857b88ff2bb1b5e79a4263a",
"reference": "495e7ac73bb5fde6b857b88ff2bb1b5e79a4263a",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://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"
],
"time": "2014-11-29 02:29:14"
},
{
"name": "erusev/parsedown-extra",
2014-09-28 06:00:33 +02:00
"version": "0.2.2",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown-extra.git",
2014-09-28 06:00:33 +02:00
"reference": "910f726ab6c92ba24e5579f57507c7197d09a159"
},
"dist": {
"type": "zip",
2014-09-28 06:00:33 +02:00
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/910f726ab6c92ba24e5579f57507c7197d09a159",
"reference": "910f726ab6c92ba24e5579f57507c7197d09a159",
"shasum": ""
},
"require": {
"erusev/parsedown": "~1.0"
},
"type": "library",
"autoload": {
"psr-0": {
"ParsedownExtra": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "An extension of Parsedown that adds support for Markdown Extra.",
"homepage": "https://github.com/erusev/parsedown-extra",
"keywords": [
"markdown",
"markdown extra",
"parsedown",
"parser"
],
2014-09-28 06:00:33 +02:00
"time": "2014-09-16 11:54:01"
},
{
"name": "silverstripe/docsviewer",
2015-06-05 01:08:44 +02:00
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-docsviewer.git",
2015-05-01 02:12:10 +02:00
"reference": "3a239fcdfa7afb389f5304ac0e7b8cacc3afb642"
},
"dist": {
"type": "zip",
2015-05-01 02:12:10 +02:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-docsviewer/zipball/3a239fcdfa7afb389f5304ac0e7b8cacc3afb642",
"reference": "3a239fcdfa7afb389f5304ac0e7b8cacc3afb642",
"shasum": ""
},
"require": {
2015-05-01 02:12:10 +02:00
"erusev/parsedown": "~1.1.0",
2014-09-28 06:00:33 +02:00
"erusev/parsedown-extra": "0.2.2",
"silverstripe/framework": "~3.1"
},
"suggest": {
"silverstripe/staticpublisher": "Allows publishing documentation as HTML"
},
"type": "silverstripe-module",
"notification-url": "https://packagist.org/downloads/",
2012-11-11 23:28:19 +01:00
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io",
"homepage": "http://wilr.github.io"
}
],
"description": "Documentation viewer module for SilverStripe",
"keywords": [
"documentation",
"silverstripe"
2013-05-29 21:20:52 +02:00
],
2015-05-01 02:12:10 +02:00
"time": "2015-04-30 23:18:36"
},
{
"name": "silverstripe/framework",
2015-06-05 01:08:44 +02:00
"version": "3.1.13",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-framework.git",
2015-06-05 01:08:44 +02:00
"reference": "04b803dfc6dc60f2e6a38fa74f957156230b54be"
},
"dist": {
"type": "zip",
2015-06-05 01:08:44 +02:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/04b803dfc6dc60f2e6a38fa74f957156230b54be",
"reference": "04b803dfc6dc60f2e6a38fa74f957156230b54be",
"shasum": ""
},
"require": {
2013-05-29 21:20:52 +02:00
"composer/installers": "*",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~3.7@stable"
},
"type": "silverstripe-module",
"autoload": {
"classmap": [
"tests/behat/features/bootstrap"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "The SilverStripe framework",
"homepage": "http://silverstripe.org",
"keywords": [
"framework",
"silverstripe"
2013-05-29 21:20:52 +02:00
],
2015-06-05 01:08:44 +02:00
"time": "2015-05-28 06:59:11"
},
{
2014-09-20 04:12:39 +02:00
"name": "silverstripe/toolbar",
2015-05-01 02:12:10 +02:00
"version": "2.0.6",
"source": {
"type": "git",
2014-09-20 04:12:39 +02:00
"url": "https://github.com/silverstripe/silverstripe-globaltoolbar.git",
2015-05-01 02:12:10 +02:00
"reference": "cd20eabf1537b99d52c7655ef2e7b7aa0d9af530"
},
"dist": {
"type": "zip",
2015-05-01 02:12:10 +02:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-globaltoolbar/zipball/cd20eabf1537b99d52c7655ef2e7b7aa0d9af530",
"reference": "cd20eabf1537b99d52c7655ef2e7b7aa0d9af530",
"shasum": ""
},
"require": {
2015-05-01 02:12:10 +02:00
"unclecheese/display-logic": "1.0.*"
},
"type": "silverstripe-module",
2014-09-20 04:12:39 +02:00
"license": [
"BSD-3-Clause"
],
"authors": [
{
2014-09-20 04:12:39 +02:00
"name": "Ingo Schommer",
"homepage": "http://chillu.com",
"email": "ingo@silverstripe.com"
},
{
2014-09-20 04:12:39 +02:00
"name": "Uncle Cheese",
"homepage": "http://leftandmain.com",
"email": "unclecheese@leftandmain.com"
}
],
2014-09-20 04:12:39 +02:00
"description": "Navigation bar include showing SilverStripe community sites",
"homepage": "https://github.com/silverstripe/silverstripe-globaltoolbar/",
"keywords": [
2014-09-20 04:12:39 +02:00
"silverstripe"
],
2014-09-20 04:12:39 +02:00
"support": {
2015-05-01 02:12:10 +02:00
"source": "https://github.com/silverstripe/silverstripe-globaltoolbar/tree/2.0.6",
2014-09-20 04:12:39 +02:00
"issues": "https://github.com/silverstripe/silverstripe-globaltoolbar/issues"
},
2015-05-01 02:12:10 +02:00
"time": "2015-01-03 17:43:43"
},
{
2014-09-20 04:12:39 +02:00
"name": "unclecheese/display-logic",
2015-05-01 02:12:10 +02:00
"version": "1.0.8",
"source": {
"type": "git",
2014-09-20 04:12:39 +02:00
"url": "https://github.com/unclecheese/silverstripe-display-logic.git",
2015-05-01 02:12:10 +02:00
"reference": "df95d85a0886009ce5ccae2993bbb1d0d04bc182"
},
"dist": {
"type": "zip",
2015-05-01 02:12:10 +02:00
"url": "https://api.github.com/repos/unclecheese/silverstripe-display-logic/zipball/df95d85a0886009ce5ccae2993bbb1d0d04bc182",
"reference": "df95d85a0886009ce5ccae2993bbb1d0d04bc182",
"shasum": ""
},
2014-09-20 04:12:39 +02:00
"require": {
"silverstripe/framework": "3.*"
},
"replace": {
"silverstripe/display-logic": "*"
},
"type": "silverstripe-module",
2014-09-20 04:12:39 +02:00
"extra": {
"installer-name": "display_logic"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Uncle Cheese",
2014-10-17 06:55:01 +02:00
"email": "unclecheese@leftandmain.com"
}
],
2014-09-20 04:12:39 +02:00
"description": "Allows assignment of conditions for display and hide of specific form fields based on client side behavior.",
"keywords": [
2014-09-20 04:12:39 +02:00
"Forms",
"cms",
"display",
"logic",
"silverstripe"
],
2015-05-01 02:12:10 +02:00
"time": "2014-12-07 23:30:55"
2014-09-20 04:12:39 +02:00
}
],
"packages-dev": [
{
"name": "phpunit/php-code-coverage",
"version": "1.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": ">=1.3.0@stable",
"phpunit/php-text-template": ">=1.2.0@stable",
"phpunit/php-token-stream": ">=1.1.3,<1.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*@dev"
},
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"time": "2014-09-02 10:13:14"
},
{
"name": "phpunit/php-file-iterator",
2015-05-01 02:12:10 +02:00
"version": "dev-master",
2014-09-20 04:12:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2015-05-01 02:12:10 +02:00
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
2014-09-20 04:12:39 +02:00
},
"dist": {
"type": "zip",
2015-05-01 02:12:10 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
2014-09-20 04:12:39 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
2015-05-01 02:12:10 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
2014-09-20 04:12:39 +02:00
"autoload": {
"classmap": [
2015-05-01 02:12:10 +02:00
"src/"
2014-09-20 04:12:39 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2015-05-01 02:12:10 +02:00
"time": "2015-04-02 05:19:05"
2014-09-20 04:12:39 +02:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"Text/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2014-01-30 17:20:04"
},
{
"name": "phpunit/php-timer",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2013-08-02 07:42:54"
},
{
"name": "phpunit/php-token-stream",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"time": "2014-03-03 05:10:30"
},
{
"name": "phpunit/phpunit",
2014-10-22 12:48:57 +02:00
"version": "3.7.38",
2014-09-20 04:12:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2014-10-22 12:48:57 +02:00
"reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
2014-09-20 04:12:39 +02:00
},
"dist": {
"type": "zip",
2014-10-22 12:48:57 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
"reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
2014-09-20 04:12:39 +02:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
"phpunit/php-code-coverage": "~1.2",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.1",
"phpunit/php-timer": "~1.0",
"phpunit/phpunit-mock-objects": "~1.2",
"symfony/yaml": "~2.0"
},
"require-dev": {
"pear-pear.php.net/pear": "1.9.4"
},
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"composer/bin/phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7.x-dev"
}
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"",
"../../symfony/yaml/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "http://www.phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2014-10-22 12:48:57 +02:00
"time": "2014-10-17 09:04:17"
2014-09-20 04:12:39 +02:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "1.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "c39c4511c3b007539eb170c32cbc2af49a07351a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c39c4511c3b007539eb170c32cbc2af49a07351a",
"reference": "c39c4511c3b007539eb170c32cbc2af49a07351a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-text-template": ">=1.1.1@stable"
},
"require-dev": {
"phpunit/phpunit": "3.7.*@dev"
},
"suggest": {
"ext-soap": "*"
},
2014-09-20 04:12:39 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
"time": "2014-02-16 12:43:56"
},
{
"name": "symfony/yaml",
2015-05-01 02:12:10 +02:00
"version": "2.8.x-dev",
2014-09-20 04:12:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
2015-06-05 01:08:44 +02:00
"reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65"
2014-09-20 04:12:39 +02:00
},
"dist": {
"type": "zip",
2015-06-05 01:08:44 +02:00
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2396832f6f9ab2b8f62f00b5d3f2e722fc773d65",
"reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65",
2014-09-20 04:12:39 +02:00
"shasum": ""
},
"require": {
2015-05-01 02:12:10 +02:00
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0"
2014-09-20 04:12:39 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-01 02:12:10 +02:00
"dev-master": "2.8-dev"
2014-09-20 04:12:39 +02:00
}
},
"autoload": {
2015-05-01 02:12:10 +02:00
"psr-4": {
2014-09-20 04:12:39 +02:00
"Symfony\\Component\\Yaml\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-05 01:08:44 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-09-20 04:12:39 +02:00
}
],
"description": "Symfony Yaml Component",
2015-06-05 01:08:44 +02:00
"homepage": "https://symfony.com",
"time": "2015-05-12 15:16:46"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
2015-06-05 01:08:44 +02:00
"silverstripe/docsviewer": 0,
"silverstripe/framework": 0,
2014-09-20 04:12:39 +02:00
"phpunit/phpunit": 0
2013-05-29 21:20:52 +02:00
},
"prefer-stable": false,
"prefer-lowest": false,
2013-05-29 21:20:52 +02:00
"platform": {
2014-09-20 04:12:39 +02:00
"ext-gd": "*",
"ext-mbstring": "*"
2013-05-29 21:20:52 +02:00
},
2014-11-12 04:54:10 +01:00
"platform-dev": []
}