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 6aa90dd commit 49fda31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Updated Veneer dependency and Stub
* Removed unneeded LazyLoad binding attribute
* Updated dependency list

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"decodelabs/exceptional": "^0.4",
"decodelabs/systemic": "^0.11.6",
"decodelabs/terminus": "^0.10",
"decodelabs/veneer": "^0.11.2"
"decodelabs/veneer": "^0.11.6"
},
"require-dev": {
"decodelabs/phpstan-decodelabs": "^0.6"
Expand Down
4 changes: 2 additions & 2 deletions stubs/DecodeLabs/Overpass.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Overpass implements Proxy
{
use ProxyTrait;

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

public static Inst $instance;
public static RunDirPlugin $runDir;
Expand Down

0 comments on commit 49fda31

Please sign in to comment.