diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index 91af867..01397d1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "6f5eed549688ca9a4eb124eae054ffce", - "content-hash": "ccc583d4e7fb658a3842017f2fc17e17", + "hash": "6d7bf9f4d4a59581c0bdf16ecfa1e8b9", + "content-hash": "9d0ca641c2c0029c4ebdde83b2a8a6db", "packages": [ { "name": "whatthejeff/drawille", @@ -133,6 +133,55 @@ "standards" ], "time": "2014-12-05 00:14:12" + }, + { + "name": "symfony/finder", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723", + "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "https://symfony.com", + "time": "2016-01-27 05:14:46" } ], "aliases": [], |