Commit 9c38bbfe authored by Oleksandr Horbatiuk's avatar Oleksandr Horbatiuk 🧩
Browse files

Issue #3292960 by chmez: Detect the version of the library dynamically and delete the patch

parent 69e5a23d
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -4,13 +4,6 @@
    "type": "drupal-module",
    "require": {
        "ext-gd": "*",
        "lordelph/icofileloader": "2.0.1"
    },
    "extra": {
        "patches": {
            "lordelph/icofileloader": {
                "PHP 8.1 compatibility": "https://www.drupal.org/files/issues/2022-06-27/standwithukraine-icofileloader-library-for-php-8.1-3292960-2.patch"
            }
        }
        "lordelph/icofileloader": "*"
    }
}