Merge pull request #1204 from ArthurHoaro/hotfix/docker-build-failure
Fix docker build
This commit is contained in:
commit
5190466414
1 changed files with 5 additions and 7 deletions
12
composer.lock
generated
12
composer.lock
generated
|
@ -8,21 +8,19 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "arthurhoaro/web-thumbnailer",
|
"name": "arthurhoaro/web-thumbnailer",
|
||||||
"version": "v1.3.0",
|
"version": "v1.3.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
|
"url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
|
||||||
"reference": "01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3"
|
"reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3",
|
"url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860",
|
||||||
"reference": "01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3",
|
"reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-gd": "*",
|
|
||||||
"ext-json": "*",
|
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"phpunit/php-text-template": "^1.2"
|
"phpunit/php-text-template": "^1.2"
|
||||||
},
|
},
|
||||||
|
@ -54,7 +52,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHP library which will retrieve a thumbnail for any given URL",
|
"description": "PHP library which will retrieve a thumbnail for any given URL",
|
||||||
"time": "2018-08-11T11:24:03+00:00"
|
"time": "2018-08-11T12:21:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "container-interop/container-interop",
|
"name": "container-interop/container-interop",
|
||||||
|
|
Loading…
Reference in a new issue