Skip to content

Commit

Permalink
Updated Veneer dependency and Stub
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <[email protected]>
  • Loading branch information
betterthanclay committed Aug 21, 2024
1 parent 26b8112 commit 609f2e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Updated Veneer dependency and Stub

## v0.5.7 (2024-07-17)
* Updated Veneer dependency

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions stubs/DecodeLabs/Stash.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 609f2e9

Please sign in to comment.