Skip to content

Commit

Permalink
Merge branch 'release/v0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Oct 16, 2023
2 parents 2c0aef7 + 3a81a54 commit bfab517
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.6 (2023-10-16)
* Updated Atlas dependency

## v0.1.5 (2023-09-26)
* Converted phpstan doc comments to generic

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "decodelabs/integra",
"description": "Composer file inspector and front-end",
"type": "library",
"keywords": [],
"keywords": [ ],
"license": "MIT",
"authors": [{
"name": "Tom Wright",
"email": "[email protected]"
}],
"authors": [ {
"name": "Tom Wright",
"email": "[email protected]"
} ],
"require": {
"php": "^8.0",

"decodelabs/atlas": "^0.10.5",
"decodelabs/atlas": "^0.10.5|^0.11",
"decodelabs/coercion": "^0.2.6",
"decodelabs/collections": "^0.8.1",
"decodelabs/exceptional": "^0.4.3",
Expand All @@ -20,7 +20,7 @@
},
"require-dev": {
"decodelabs/glitch": "^0.18.5",
"decodelabs/terminus": "^0.9.4",
"decodelabs/terminus": "^0.9.4|^0.10",
"decodelabs/phpstan-decodelabs": "^0.6.2"
},
"autoload": {
Expand Down

0 comments on commit bfab517

Please sign in to comment.