diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..5e1e806 --- /dev/null +++ b/composer.lock @@ -0,0 +1,73 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "86366dfab291cc63b913e9fd405622b8", + "content-hash": "9d3f3f2a6403b572b1354b63d683c63a", + "packages": [ + { + "name": "whatthejeff/drawille", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/whatthejeff/php-drawille.git", + "reference": "bafea427f5bf2445413f6807000a95f70cc83bfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/whatthejeff/php-drawille/zipball/bafea427f5bf2445413f6807000a95f70cc83bfd", + "reference": "bafea427f5bf2445413f6807000a95f70cc83bfd", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "4.1.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Drawille": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + } + ], + "description": "Terminal drawing with braille", + "homepage": "http://github.com/whatthejeff/php-drawille", + "keywords": [ + "Turtle", + "braille", + "console", + "drawing", + "terminal" + ], + "time": "2014-05-26 13:45:31" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=5.4.0" + }, + "platform-dev": [] +} |