From 08c349574bb79b4a41a638bbbc9a2786de322937 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 5 Dec 2012 01:11:21 +0100 Subject: [PATCH] Added composer.lock for 2.4.9 --- composer.lock | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 composer.lock diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..3802b72 --- /dev/null +++ b/composer.lock @@ -0,0 +1,201 @@ +{ + "hash": "5bba0b0517a7c450e0abba1d14eb680a", + "packages": [ + { + "name": "composer/installers", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/composer/installers", + "reference": "f84aa7a6fdba08eacc18ca9b098d3a59dd604238" + }, + "dist": { + "type": "zip", + "url": "https://github.com/composer/installers/archive/f84aa7a6fdba08eacc18ca9b098d3a59dd604238.zip", + "reference": "f84aa7a6fdba08eacc18ca9b098d3a59dd604238", + "shasum": "" + }, + "replace": { + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.0.*@dev" + }, + "time": "2012-12-03 17:52:37", + "type": "composer-installer", + "extra": { + "class": "Composer\\Installers\\Installer" + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Composer\\Installers\\": "src/" + } + }, + "notification-url": "http://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": [ + "symfony", + "installer", + "zend", + "wordpress", + "cakephp", + "codeigniter", + "fuelphp", + "drupal", + "lithium", + "li3", + "joomla", + "laravel", + "phpbb", + "ppi", + "silverstripe", + "kohana", + "mako", + "agl" + ] + }, + { + "name": "silverstripe-themes/blackcandy", + "version": "2.4.x-dev", + "source": { + "type": "git", + "url": "git@github.com:silverstripe-themes/silverstripe-blackcandy.git", + "reference": "79707f2700d90472d543a5d56c156c1b0a79667c" + }, + "dist": { + "type": "zip", + "url": "https://github.com/silverstripe-themes/silverstripe-blackcandy/archive/79707f2700d90472d543a5d56c156c1b0a79667c.zip", + "reference": "79707f2700d90472d543a5d56c156c1b0a79667c", + "shasum": "" + }, + "require": { + "composer/installers": "*" + }, + "time": "2012-11-02 17:45:53", + "type": "silverstripe-theme", + "installation-source": "dist", + "notification-url": "http://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://www.silverstripe.org" + } + ], + "description": "The SilverStripe BlackCandy Theme (default SilverStripe 2.x theme)", + "keywords": [ + "theme", + "silverstripe" + ] + }, + { + "name": "silverstripe/cms", + "version": "2.4.9", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-cms.git", + "reference": "2.4.9" + }, + "dist": { + "type": "zip", + "url": "https://github.com/silverstripe/silverstripe-cms/archive/2.4.9.zip", + "reference": "2.4.9", + "shasum": "" + }, + "require": { + "php": ">=5.2.4", + "composer/installers": "*", + "silverstripe/framework": "self.version" + }, + "time": "2012-12-04 11:07:17", + "type": "silverstripe-module", + "installation-source": "dist", + "notification-url": "http://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/cms", + "keywords": [ + "cms", + "silverstripe" + ] + }, + { + "name": "silverstripe/framework", + "version": "2.4.9", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/sapphire", + "reference": "2.4.9" + }, + "dist": { + "type": "zip", + "url": "https://github.com/silverstripe/sapphire/archive/2.4.9.zip", + "reference": "2.4.9", + "shasum": "" + }, + "require": { + "php": ">=5.2.4", + "composer/installers": "*" + }, + "time": "2012-12-04 21:47:47", + "type": "silverstripe-module", + "installation-source": "dist", + "notification-url": "http://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" + ] + } + ], + "packages-dev": null, + "aliases": [ + + ], + "minimum-stability": "dev", + "stability-flags": { + "silverstripe/cms": 0, + "silverstripe/framework": 0 + } +}