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 82955f3 commit 926587e
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.2.2 (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 @@ -20,7 +20,7 @@
"decodelabs/hydro": "^0.1.3",
"decodelabs/slingshot": "^0.1.9",
"decodelabs/tagged": "^0.15.0",
"decodelabs/veneer": "^0.11.1",
"decodelabs/veneer": "^0.11.6",

"symfony/polyfill-php82": "^1.29"
},
Expand Down
4 changes: 2 additions & 2 deletions stubs/DecodeLabs/Scrutiny.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class Scrutiny implements Proxy
{
use ProxyTrait;

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

public static Inst $instance;

Expand Down

0 comments on commit 926587e

Please sign in to comment.