zethon
Figures I figured it out immediately after posting the question.
For anyone else wondering, it was a change in my root composer.json
file:
<snippet>
"flarum/flarum-ext-subscriptions": "^0.1.0",
"flarum/flarum-ext-suspend": "^0.1.0",
"flarum/flarum-ext-tags": "^0.1.0",
"acme/flarum-hello-world": "*@dev"
},
"repositories": [
I originally had "acme/flarum-hello-world": "^0.1.0"
.