diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index ee762c0e..3f9ef7e2 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,9 +4,50 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "content-hash": "308a35eab91602fbb449f2c669c445ed", | 7 | "content-hash": "efa8b74ec9a15bb8c18e4a36fd13d480", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "arthurhoaro/web-thumbnailer", | ||
11 | "version": "v1.0.1", | ||
12 | "source": { | ||
13 | "type": "git", | ||
14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", | ||
15 | "reference": "10e2919c2aa0bf55f4593c8b05508a98c79d6706" | ||
16 | }, | ||
17 | "dist": { | ||
18 | "type": "zip", | ||
19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/10e2919c2aa0bf55f4593c8b05508a98c79d6706", | ||
20 | "reference": "10e2919c2aa0bf55f4593c8b05508a98c79d6706", | ||
21 | "shasum": "" | ||
22 | }, | ||
23 | "require": { | ||
24 | "php": ">=5.6" | ||
25 | }, | ||
26 | "require-dev": { | ||
27 | "phpunit/phpunit": "5.2.*" | ||
28 | }, | ||
29 | "type": "library", | ||
30 | "autoload": { | ||
31 | "psr-0": { | ||
32 | "WebThumbnailer\\": [ | ||
33 | "src/", | ||
34 | "tests/" | ||
35 | ] | ||
36 | } | ||
37 | }, | ||
38 | "notification-url": "https://packagist.org/downloads/", | ||
39 | "license": [ | ||
40 | "MIT" | ||
41 | ], | ||
42 | "authors": [ | ||
43 | { | ||
44 | "name": "Arthur Hoaro", | ||
45 | "homepage": "http://hoa.ro" | ||
46 | } | ||
47 | ], | ||
48 | "time": "2017-11-11T15:39:49+00:00" | ||
49 | }, | ||
50 | { | ||
10 | "name": "container-interop/container-interop", | 51 | "name": "container-interop/container-interop", |
11 | "version": "1.2.0", | 52 | "version": "1.2.0", |
12 | "source": { | 53 | "source": { |