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 360e060 commit cf9212b
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.4.6 (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 @@ -16,7 +16,7 @@
"decodelabs/dictum": "^0.6",
"decodelabs/exceptional": "^0.4",
"decodelabs/lucid-support": "^0.3",
"decodelabs/veneer": "^0.11.1",
"decodelabs/veneer": "^0.11.6",

"nesbot/carbon": "^2|^3"
},
Expand Down
4 changes: 2 additions & 2 deletions stubs/DecodeLabs/Lucid.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class Lucid implements Proxy
{
use ProxyTrait;

const VENEER = 'DecodeLabs\\Lucid';
const VENEER_TARGET = Inst::class;
const Veneer = 'DecodeLabs\\Lucid';
const VeneerTarget = Inst::class;

public static Inst $instance;

Expand Down

0 comments on commit cf9212b

Please sign in to comment.