Skip to content

Commit

Permalink
Updated Terminus dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <tom@inflatablecookie.com>
  • Loading branch information
betterthanclay committed Oct 5, 2023
1 parent de20e29 commit c84f4d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Updated Terminus dependency

## v0.2.3 (2023-09-11)
* Throw error on invalid json in bridge
* Added npx support
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "decodelabs/overpass",
"description": "Simple node.js bridge",
"type": "library",
"keywords": ["node", "js", "bridge"],
"keywords": [ "node", "js", "bridge" ],
"license": "MIT",
"authors": [{
"name": "Tom Wright",
"email": "tom@inflatablecookie.com"
}],
"authors": [ {
"name": "Tom Wright",
"email": "tom@inflatablecookie.com"
} ],
"require": {
"php": "^8.0",

"decodelabs/atlas": "^0.10.5",
"decodelabs/exceptional": "^0.4",
"decodelabs/glitch-support": "^0.4",
"decodelabs/systemic": "^0.11.6",
"decodelabs/terminus": "^0.9.1"
"decodelabs/terminus": "^0.9.1|^0.10"
},
"require-dev": {
"decodelabs/phpstan-decodelabs": "^0.6"
Expand Down

0 comments on commit c84f4d3

Please sign in to comment.