Remove ramsey/UUID patch

This commit is contained in:
Johannes Meyer 2023-01-09 09:26:07 +01:00
parent 126e5a1c67
commit 5e93bacc09
2 changed files with 0 additions and 22 deletions

View File

@ -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"
}
}
}
}

View File

@ -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();