Remove ramsey/UUID patch
This commit is contained in:
parent
126e5a1c67
commit
5e93bacc09
|
@ -8,9 +8,6 @@
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.2"
|
"php": "7.2"
|
||||||
},
|
|
||||||
"allow-plugins": {
|
|
||||||
"cweagans/composer-patches": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
|
@ -28,7 +25,6 @@
|
||||||
"clue/socket-raw": "^1",
|
"clue/socket-raw": "^1",
|
||||||
"clue/socks-react": "^1",
|
"clue/socks-react": "^1",
|
||||||
"clue/stdio-react": "^2",
|
"clue/stdio-react": "^2",
|
||||||
"cweagans/composer-patches": "~1.0",
|
|
||||||
"evenement/evenement": "^3",
|
"evenement/evenement": "^3",
|
||||||
"predis/predis": "^1",
|
"predis/predis": "^1",
|
||||||
"psr/http-message": "^1",
|
"psr/http-message": "^1",
|
||||||
|
@ -57,13 +53,5 @@
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"AssetLoader::update"
|
"AssetLoader::update"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"extra": {
|
|
||||||
"composer-exit-on-patch-failure": true,
|
|
||||||
"patches": {
|
|
||||||
"ramsey/uuid": {
|
|
||||||
"Uuid: Add PHP 8.1 support": "patches/ramsey-uuid.patch"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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();
|
|
Loading…
Reference in New Issue