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 cb24a26 commit 5d9cc82
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.21 (2024-08-09)
* Added executables whitelist

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"decodelabs/lucid": "^0.4.4",
"decodelabs/systemic": "^0.11",
"decodelabs/terminus": "^0.10.1",
"decodelabs/veneer": "^0.11.1",
"decodelabs/veneer": "^0.11.6",

"phpstan/phpstan": "^1.8",
"phpstan/extension-installer": "^1.2",
Expand Down
4 changes: 2 additions & 2 deletions stubs/DecodeLabs/Effigy.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Effigy implements Proxy
{
use ProxyTrait;

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

public static Inst $instance;
Expand Down

0 comments on commit 5d9cc82

Please sign in to comment.