From c1febd3ed143a9f0d429e3a6c81786d45fc2b5c1 Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Wed, 21 Aug 2024 17:29:05 +0000 Subject: [PATCH] Updated Veneer dependency and Stub Signed-off-by: Tom Wright --- CHANGELOG.md | 2 ++ composer.json | 2 +- stubs/DecodeLabs/Dictum.php | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f432fc..7880d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +* Updated Veneer dependency and Stub + ## v0.6.4 (2024-8-12) * Fixed initials algorithm for all caps names diff --git a/composer.json b/composer.json index ca4c1d5..8cdc12a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "decodelabs/exceptional": "^0.4", "decodelabs/fluidity": "^0.3", "decodelabs/glitch-support": "^0.4", - "decodelabs/veneer": "^0.11.1" + "decodelabs/veneer": "^0.11.6" }, "require-dev": { "decodelabs/phpstan-decodelabs": "^0.6", diff --git a/stubs/DecodeLabs/Dictum.php b/stubs/DecodeLabs/Dictum.php index 27965fc..b4f5c74 100644 --- a/stubs/DecodeLabs/Dictum.php +++ b/stubs/DecodeLabs/Dictum.php @@ -18,8 +18,8 @@ class Dictum implements Proxy { use ProxyTrait; - const VENEER = 'DecodeLabs\\Dictum'; - const VENEER_TARGET = Inst::class; + const Veneer = 'DecodeLabs\\Dictum'; + const VeneerTarget = Inst::class; public static Inst $instance; /** @var NumberPlugin|PluginWrapper $number */