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 <tom@inflatablecookie.com>
  • Loading branch information
betterthanclay committed Aug 21, 2024
1 parent 8bb39bc commit 891c927
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.15.4 (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 @@ -19,7 +19,7 @@
"decodelabs/elementary": "^0.3",
"decodelabs/exceptional": "^0.4",
"decodelabs/glitch-support": "^0.4",
"decodelabs/veneer": "^0.11.1"
"decodelabs/veneer": "^0.11.6"
},
"require-dev": {
"decodelabs/phpstan-decodelabs": "^0.6"
Expand Down
4 changes: 2 additions & 2 deletions stubs/DecodeLabs/Tagged.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Tagged implements Proxy
{
use ProxyTrait;

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

public static Inst $instance;
/** @var EmbedPlugin|PluginWrapper<EmbedPlugin> $embed */
Expand Down

0 comments on commit 891c927

Please sign in to comment.