From 63a2d1abf972c07490f5c883b4b8d15dd37ed03e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 18 Apr 2013 20:03:41 +0200 Subject: [PATCH] Added composer.lock for 3.1.0-beta3 --- composer.lock | 225 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 composer.lock diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..c4e2456 --- /dev/null +++ b/composer.lock @@ -0,0 +1,225 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + ], + "hash": "656eff24d396035c02b8fd9bc03efc00", + "packages": [ + { + "name": "composer/installers", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "d6d091410adecb7385733809a9d9237ed642c81c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/d6d091410adecb7385733809a9d9237ed642c81c", + "reference": "d6d091410adecb7385733809a9d9237ed642c81c", + "shasum": "" + }, + "replace": { + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.0.*@dev", + "phpunit/phpunit": "3.7.*" + }, + "type": "composer-installer", + "extra": { + "class": "Composer\\Installers\\Installer", + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Composer\\Installers\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama", + "role": "Developer" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "http://composer.github.com/installers/", + "keywords": [ + "TYPO3 Flow", + "TYPO3 Neos", + "agl", + "cakephp", + "codeigniter", + "drupal", + "fuelphp", + "installer", + "joomla", + "kohana", + "laravel", + "li3", + "lithium", + "mako", + "phpbb", + "ppi", + "silverstripe", + "symfony", + "wordpress", + "yii", + "zend" + ], + "time": "2013-04-07 20:02:43" + }, + { + "name": "silverstripe-themes/simple", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/silverstripe-themes/silverstripe-simple.git", + "reference": "af748fa6f958a21b9f401983943b55f3e274d9f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe-themes/silverstripe-simple/zipball/af748fa6f958a21b9f401983943b55f3e274d9f7", + "reference": "af748fa6f958a21b9f401983943b55f3e274d9f7", + "shasum": "" + }, + "require": { + "composer/installers": "*", + "silverstripe/framework": ">=3.0" + }, + "type": "silverstripe-theme", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sara TuĊĦar (Innovaif)", + "homepage": "http://www.saratusar.com" + } + ], + "description": "The SilverStripe simple theme (default SilverStripe 3 theme)", + "keywords": [ + "silverstripe", + "theme" + ], + "time": "2013-04-09 11:41:32" + }, + { + "name": "silverstripe/cms", + "version": "3.1.0-beta3", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-cms.git", + "reference": "3.1.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-cms/zipball/3.1.0-beta3", + "reference": "3.1.0-beta3", + "shasum": "" + }, + "require": { + "composer/installers": "*", + "php": ">=5.3.2", + "silverstripe/framework": "3.1.*" + }, + "type": "silverstripe-module", + "autoload": { + "classmap": [ + "tests/behat/" + ] + }, + "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 Content Management System", + "homepage": "http://silverstripe.org", + "keywords": [ + "cms", + "silverstripe" + ], + "time": "2013-04-18 16:31:31" + }, + { + "name": "silverstripe/framework", + "version": "3.1.0-beta3", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/sapphire.git", + "reference": "3.1.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/sapphire/zipball/3.1.0-beta3", + "reference": "3.1.0-beta3", + "shasum": "" + }, + "require": { + "composer/installers": "*", + "php": ">=5.3.2" + }, + "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" + ], + "time": "2013-04-18 17:28:13" + } + ], + "packages-dev": null, + "aliases": [ + + ], + "minimum-stability": "dev", + "stability-flags": { + "silverstripe/cms": 10, + "silverstripe/framework": 10 + }, + "platform": { + "php": ">=5.3.2" + }, + "platform-dev": [ + + ] +}