Skip to content

Commit c845b49

Browse files
Updated Veneer dependency and Stub
Signed-off-by: Tom Wright <[email protected]>
1 parent 433f86d commit c845b49

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Updated Veneer dependency and Stub
2+
13
## v0.3.7 (2024-07-31)
24
* Allow abstract classes as scanner interfaces
35

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"decodelabs/exceptional": "^0.4",
1515
"decodelabs/glitch-support": "^0.4",
16-
"decodelabs/veneer": "^0.11.1"
16+
"decodelabs/veneer": "^0.11.6"
1717
},
1818
"require-dev": {
1919
"decodelabs/phpstan-decodelabs": "^0.6.6"

stubs/DecodeLabs/Archetype.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Archetype implements Proxy
1717
{
1818
use ProxyTrait;
1919

20-
const VENEER = 'DecodeLabs\\Archetype';
21-
const VENEER_TARGET = Inst::class;
20+
const Veneer = 'DecodeLabs\\Archetype';
21+
const VeneerTarget = Inst::class;
2222

2323
public static Inst $instance;
2424

0 commit comments

Comments
 (0)