Skip to content

Commit

Permalink
Optional dependency on fof/byobu
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineFr committed Jun 8, 2024
1 parent 8d39f6c commit 35df2cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"require-dev": {
"flarum/likes": "*",
"askvortsov/flarum-auto-moderator": "*"
"askvortsov/flarum-auto-moderator": "*",
"fof/byobu": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +32,8 @@
},
"optional-dependencies": [
"flarum/likes",
"askvortsov/flarum-auto-moderator"
"askvortsov/flarum-auto-moderator",
"fof/byobu"
]
}
}
Expand Down

0 comments on commit 35df2cc

Please sign in to comment.