Merge branch '3.0'
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 27 Mar 2019 19:30:19 +0000 (20:30 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 27 Mar 2019 19:30:19 +0000 (20:30 +0100)
1  2 
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/installed.json

index 123e4368687a0bd0bc1499c810be25880c773686,0db958792080ce2de7f5b014ab37172622c0bed2..bdf84f200f5f078edf8c00bc9a48f0ee0398a5d2
@@@ -5,10 -5,8 +5,10 @@@
      },
      "require": {
          "ezyang/htmlpurifier": "4.9.*",
-         "erusev/parsedown": "1.6.*",
+         "erusev/parsedown": "1.7.*",
          "pelago/emogrifier": "1.2.*",
 +        "chrisjean/php-ico": "1.0.*",
 +        "true/punycode": "~2.0",
          "pear/net_idna2": "^0.2.0"
      }
  }
index 64b3200999e6298de60f4bece304d13ec319e336,fee6a466ee8a18af5daa60a519f28d6c3fe1e3dc..fbb68c7c11d3cf3fdf2e581b32e431efa219de81
@@@ -4,54 -4,11 +4,54 @@@
          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
          "This file is @generated automatically"
      ],
-     "content-hash": "31e86ed529e8ffb1ad5f5525e39fc2f5",
 -    "content-hash": "55c7b0c13709c1a852a543b58031d056",
++    "content-hash": "5bfe3a3e87123035f9549110cdc90342",
      "packages": [
 +        {
 +            "name": "chrisjean/php-ico",
 +            "version": "1.0.4",
 +            "source": {
 +                "type": "git",
 +                "url": "https://github.com/chrisbliss18/php-ico.git",
 +                "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6"
 +            },
 +            "dist": {
 +                "type": "zip",
 +                "url": "https://api.github.com/repos/chrisbliss18/php-ico/zipball/ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
 +                "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
 +                "shasum": ""
 +            },
 +            "require": {
 +                "ext-gd": "*",
 +                "php": ">=5.2.4"
 +            },
 +            "type": "library",
 +            "autoload": {
 +                "classmap": [
 +                    "class-php-ico.php"
 +                ]
 +            },
 +            "notification-url": "https://packagist.org/downloads/",
 +            "license": [
 +                "GPL-2.0+"
 +            ],
 +            "authors": [
 +                {
 +                    "name": "Chris Jean",
 +                    "homepage": "https://chrisjean.com",
 +                    "role": "Developer"
 +                }
 +            ],
 +            "description": "An easy-to-use library to generate valid ICO files.",
 +            "homepage": "https://github.com/chrisbliss18/php-ico",
 +            "keywords": [
 +                "favicon",
 +                "ico"
 +            ],
 +            "time": "2016-09-27T22:00:56+00:00"
 +        },
          {
              "name": "erusev/parsedown",
-             "version": "1.6.4",
+             "version": "v1.7.2",
              "source": {
                  "type": "git",
                  "url": "https://github.com/erusev/parsedown.git",
index ffa6faee44b307f2bde6f9bac1a48780bece7241,23ff312d88d4be9bde1483e8b893c315143afabd..90f76fc961bf4e24361515b4d636d159e32cb907
@@@ -1,53 -1,8 +1,53 @@@
  [
 +    {
 +        "name": "chrisjean/php-ico",
 +        "version": "1.0.4",
 +        "version_normalized": "1.0.4.0",
 +        "source": {
 +            "type": "git",
 +            "url": "https://github.com/chrisbliss18/php-ico.git",
 +            "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6"
 +        },
 +        "dist": {
 +            "type": "zip",
 +            "url": "https://api.github.com/repos/chrisbliss18/php-ico/zipball/ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
 +            "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
 +            "shasum": ""
 +        },
 +        "require": {
 +            "ext-gd": "*",
 +            "php": ">=5.2.4"
 +        },
 +        "time": "2016-09-27T22:00:56+00:00",
 +        "type": "library",
 +        "installation-source": "dist",
 +        "autoload": {
 +            "classmap": [
 +                "class-php-ico.php"
 +            ]
 +        },
 +        "notification-url": "https://packagist.org/downloads/",
 +        "license": [
 +            "GPL-2.0+"
 +        ],
 +        "authors": [
 +            {
 +                "name": "Chris Jean",
 +                "homepage": "https://chrisjean.com",
 +                "role": "Developer"
 +            }
 +        ],
 +        "description": "An easy-to-use library to generate valid ICO files.",
 +        "homepage": "https://github.com/chrisbliss18/php-ico",
 +        "keywords": [
 +            "favicon",
 +            "ico"
 +        ]
 +    },
      {
          "name": "erusev/parsedown",
-         "version": "1.6.4",
-         "version_normalized": "1.6.4.0",
+         "version": "v1.7.2",
+         "version_normalized": "1.7.2.0",
          "source": {
              "type": "git",
              "url": "https://github.com/erusev/parsedown.git",