From 7770dc8b614a0e1c8bb30c38a1a6878a961d905b Mon Sep 17 00:00:00 2001 From: Jakob Hirsch Date: Thu, 21 Sep 2023 11:50:37 +0200 Subject: [PATCH] use laravel-uuid git head to prevent php 8.2 deprecation warnings --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0c13f5c..da0ad07d 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ringcentral/psr7": "^1.2", "php-pm/php-pm": "^2.0", "php-pm/httpkernel-adapter": "^2.0", - "webpatser/laravel-uuid": "^4.0" + "webpatser/laravel-uuid": "dev-master#f82715c6bc6a4fcc61bb020cb4fddeb8cc73bbea" }, "require-dev": { "phpunit/phpunit": "^9.5",