aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-11-11 14:01:21 +0100
committerArthurHoaro <arthur@hoa.ro>2018-07-05 20:31:35 +0200
commite85b7a05a177f803ae36ba5c12835313f31177bc (patch)
tree99216fbcb3343b74eac2589d14bf75c0a6d5fb01 /composer.lock
parenta3724717ec37d4bd54dc117ef439c8a182157882 (diff)
downloadShaarli-e85b7a05a177f803ae36ba5c12835313f31177bc.tar.gz
Shaarli-e85b7a05a177f803ae36ba5c12835313f31177bc.tar.zst
Shaarli-e85b7a05a177f803ae36ba5c12835313f31177bc.zip
Update thumbnail integration after rebasing the branch
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock43
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": {