Toby This is my composer.json
{
"name": "connor0095/flarum-imgurupload",
"description": "Seamlessly upload and embed Imgur images",
"type": "flarum-extension",
"keywords": ["formatting"],
"license": "MIT",
"authors": [
{
"name": "Connor Davis",
"email": "cdavis@produes.co"
}
],
"support": {
"issues": "https://github.com/connor0095/flarum-imgur-upload/issues",
"source": "https://github.com/connor0095/flarum-imgur-upload"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"extra": {
"flarum-extension": {
"title": "Imgur Upload",
"icon": {
"image": "icon.jpg",
"backgroundColor": "#1C1C1C",
"backgroundSize": "50%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center"
}
}
}
}
I have the name set with 'flarum-' beacause the quickstart guide told me to do so.
"name is the name of the Composer package in the format vendor/extension. You should prefix the extension part with flarum- to indicate that it’s a package specifically intended for use with Flarum."
Also, my version doesn't show up inside the admin panel.