From 5e93bacc093d5df28f4f2fe07268707835ab16ea Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 9 Jan 2023 09:26:07 +0100 Subject: [PATCH] Remove ramsey/UUID patch --- composer.json | 12 ------------ patches/ramsey-uuid.patch | 10 ---------- 2 files changed, 22 deletions(-) delete mode 100644 patches/ramsey-uuid.patch diff --git a/composer.json b/composer.json index a0ec7a0..fae6d87 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,6 @@ "sort-packages": true, "platform": { "php": "7.2" - }, - "allow-plugins": { - "cweagans/composer-patches": true } }, "support": { @@ -28,7 +25,6 @@ "clue/socket-raw": "^1", "clue/socks-react": "^1", "clue/stdio-react": "^2", - "cweagans/composer-patches": "~1.0", "evenement/evenement": "^3", "predis/predis": "^1", "psr/http-message": "^1", @@ -57,13 +53,5 @@ "post-update-cmd": [ "AssetLoader::update" ] - }, - "extra": { - "composer-exit-on-patch-failure": true, - "patches": { - "ramsey/uuid": { - "Uuid: Add PHP 8.1 support": "patches/ramsey-uuid.patch" - } - } } } diff --git a/patches/ramsey-uuid.patch b/patches/ramsey-uuid.patch deleted file mode 100644 index 2715351..0000000 --- a/patches/ramsey-uuid.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/vendor/ramsey/uuid/src/Uuid.php -+++ b/vendor/ramsey/uuid/src/Uuid.php -@@ -212,6 +212,7 @@ class Uuid implements UuidInterface - * @return string - * @link http://php.net/manual/en/class.jsonserializable.php - */ -+ #[\ReturnTypeWillChange] - public function jsonSerialize() - { - return $this->toString();