diff --git a/CHANGELOG.md b/CHANGELOG.md index fa43624..1271d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +* Updated Veneer dependency and Stub + ## v0.5.7 (2024-07-17) * Updated Veneer dependency diff --git a/composer.json b/composer.json index 74af132..116231d 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "decodelabs/dictum": "^0.6.0", "decodelabs/exceptional": "^0.4.3", "decodelabs/glitch-support": "^0.4", - "decodelabs/veneer": "^0.11.1", + "decodelabs/veneer": "^0.11.6", "psr/cache": "^3.0", "psr/simple-cache": "^3.0", diff --git a/stubs/DecodeLabs/Stash.php b/stubs/DecodeLabs/Stash.php index 5038fdf..73284d7 100644 --- a/stubs/DecodeLabs/Stash.php +++ b/stubs/DecodeLabs/Stash.php @@ -19,8 +19,8 @@ class Stash implements Proxy { use ProxyTrait; - const VENEER = 'DecodeLabs\\Stash'; - const VENEER_TARGET = Inst::class; + const Veneer = 'DecodeLabs\\Stash'; + const VeneerTarget = Inst::class; const DRIVERS = Inst::DRIVERS; public static Inst $instance;