Browse Source

Merge pull request #1204 from ArthurHoaro/hotfix/docker-build-failure

Fix docker build
ArthurHoaro 5 years ago
parent
commit
5190466414
1 changed files with 5 additions and 7 deletions
  1. 5 7
      composer.lock

+ 5 - 7
composer.lock

@@ -8,21 +8,19 @@
     "packages": [
         {
             "name": "arthurhoaro/web-thumbnailer",
-            "version": "v1.3.0",
+            "version": "v1.3.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
-                "reference": "01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3"
+                "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3",
-                "reference": "01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3",
+                "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860",
+                "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860",
                 "shasum": ""
             },
             "require": {
-                "ext-gd": "*",
-                "ext-json": "*",
                 "php": ">=5.6",
                 "phpunit/php-text-template": "^1.2"
             },
@@ -54,7 +52,7 @@
                 }
             ],
             "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",