Stringy icon indicating copy to clipboard operation
Stringy copied to clipboard

3.x - issue #209 php801 compatibility

Open Sweetchuck opened this issue 3 years ago • 1 comments

3.x - issue #209 php801 compatibility

Sweetchuck avatar Jan 09 '22 15:01 Sweetchuck

{
    "config": {
        "preferred-install": {
            "danielstjules/stringy": "source",
            "*": "dist"
        }
    },
    "require": {
        "cweagans/composer-patches": "^1.6",
        "danielstjules/stringy": "^3.1"
    },
    "extra": {
        "enable-patching": true,
        "composer-exit-on-patch-failure": true,
        "patches": {
            "danielstjules/stringy": {
                "https://github.com/danielstjules/Stringy/issues/209 - PHP 8.1 compatibility": "https://patch-diff.githubusercontent.com/raw/danielstjules/Stringy/pull/211.patch"
            }
        }
    }
}

Sweetchuck avatar Feb 06 '22 15:02 Sweetchuck