Skip to content

Commit

Permalink
Updated dependency list
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <tom@inflatablecookie.com>
  • Loading branch information
betterthanclay committed Apr 26, 2024
1 parent a631c92 commit 13ebdf7
Show file tree
Hide file tree
Showing 3 changed files with 2 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 dependency list

## v0.4.9 (2023-12-06)
* Fixed ignoreBins config option

Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"decodelabs/exceptional": "^0.4",
"decodelabs/integra": "^0.1.4",
"decodelabs/genesis": "^0.7.1|^0.8",
"decodelabs/lucid": "^0.4.2",
"decodelabs/systemic": "^0.11",
"decodelabs/terminus": "^0.10.1",
"decodelabs/veneer": "^0.10.12",
Expand All @@ -32,7 +31,6 @@
"ondram/ci-detector": "^4.1"
},
"require-dev": {
"decodelabs/glitch": "^0.18.5"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion src/Task/GenerateComposerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class GenerateComposerConfig implements Task
];

public const DEV_PACKAGES = [
'decodelabs/glitch',
'decodelabs/phpstan-decodelabs'
];

Expand Down

0 comments on commit 13ebdf7

Please sign in to comment.