From d06ed0b1f4cc014c72d338f3578326e10cc12212 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 Apr 2015 15:56:54 +0100 Subject: Initial commit (Scaffolding) --- composer.lock | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 composer.lock (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..70a5026 --- /dev/null +++ b/composer.lock @@ -0,0 +1,203 @@ +{ + "_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", + "This file is @generated automatically" + ], + "hash": "49099af3ddf9ad0fe0344c8b3223db06", + "packages": [ + { + "name": "corneltek/class-template", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/c9s/ClassTemplate.git", + "reference": "3ed047d07ccb23eff9c1bdc59666a31e64e5871f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/c9s/ClassTemplate/zipball/3ed047d07ccb23eff9c1bdc59666a31e64e5871f", + "reference": "3ed047d07ccb23eff9c1bdc59666a31e64e5871f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "twig/twig": "*" + }, + "require-dev": { + "corneltek/phpunit-testmore": "dev-master" + }, + "type": "library", + "autoload": { + "psr-4": { + "ClassTemplate\\": "src/ClassTemplate/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Yo-An Lin", + "email": "yoanlin93@gmail.com", + "homepage": "http://c9s.me" + } + ], + "description": "Class template Utilities", + "homepage": "http://github.com/c9s/ClassTemplate", + "time": "2015-03-25 05:50:56" + }, + { + "name": "corneltek/cliframework", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/c9s/CLIFramework.git", + "reference": "28b9f63acc2db5562996b2a9e99ad605098a8484" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/c9s/CLIFramework/zipball/28b9f63acc2db5562996b2a9e99ad605098a8484", + "reference": "28b9f63acc2db5562996b2a9e99ad605098a8484", + "shasum": "" + }, + "require": { + "corneltek/class-template": "*", + "corneltek/getoptionkit": "~2", + "php": ">=5.3.0" + }, + "require-dev": { + "corneltek/phpunit-testmore": "dev-master", + "satooshi/php-coveralls": "dev-master" + }, + "type": "library", + "autoload": { + "psr-0": { + "CLIFramework": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Yo-An Lin", + "email": "cornelius.howl@gmail.com", + "homepage": "http://c9s.me" + } + ], + "description": "Command-line framework for PHP", + "homepage": "http://github.com/c9s/CLIFramework", + "time": "2015-02-13 16:40:35" + }, + { + "name": "corneltek/getoptionkit", + "version": "2.0.11", + "source": { + "type": "git", + "url": "https://github.com/c9s/GetOptionKit.git", + "reference": "13a146e0f7b9161977332279dff894fa28c53168" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/c9s/GetOptionKit/zipball/13a146e0f7b9161977332279dff894fa28c53168", + "reference": "13a146e0f7b9161977332279dff894fa28c53168", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "corneltek/phpunit-testmore": "dev-master", + "satooshi/php-coveralls": "dev-master" + }, + "type": "library", + "autoload": { + "psr-0": { + "GetOptionKit": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Yo-An Lin", + "email": "cornelius.howl@gmail.com", + "homepage": "http://c9s.me" + } + ], + "description": "Powerful command-line option toolkit", + "homepage": "http://github.com/c9s/GetOptionKit", + "time": "2014-11-21 03:28:57" + }, + { + "name": "twig/twig", + "version": "v1.18.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf", + "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf", + "shasum": "" + }, + "require": { + "php": ">=5.2.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.18-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "http://twig.sensiolabs.org/contributors", + "role": "Contributors" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ], + "time": "2015-01-25 17:32:08" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} -- cgit 1.4.1