askvortsov
I'm using Notepad ++ what happens is that I'm new to this, and I still have a hard time understanding it. I do not know if it is too much to ask, could you correct where the fault is and so I would see where the error is?
Here is the code for my composer.json file. My English is not very good, and I have a hard time understanding some things. Excuse me.
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Franz Liedke",
"email": "franz@develophp.org"
},
{
"name": "Daniel Klabbers",
"email": "daniel@klabbers.email",
"homepage": "https://luceos.com"
},
{
"name": "David Sevilla Martin",
"email": "me+flarum@datitisev.me",
"homepage": "https://datitisev.me"
},
{
"name": "Clark Winkelmann",
"email": "clark.winkelmann@gmail.com",
"homepage": "https://clarkwinkelmann.com"
},
{
"name": "Matthew Kilgore",
"email": "matthew@kilgore.dev"
},
{
"name": "Alexander (Sasha) Skvortsov",
"email": "askvortsov@flarum.org"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://flarum.org/docs/"
},
"require": {
"alexanderomara/flarum-gravatar": "^1.2",
"clarkwinkelmann/flarum-ext-circle-groups": "^0.2.3",
"clarkwinkelmann/flarum-ext-emojionearea": "^0.3.0",
"clarkwinkelmann/flarum-ext-popular-discussion-badge": "^0.2.2",
"darkfoxdeveloper/lang-spanish": "^1.1",
"dem13n/quad-theme": "^0.1.9",
"flarum/approval": "^0.1.0",
"flarum/bbcode": "^0.1.0",
"flarum/core": "^0.1.0",
"flarum/emoji": "^0.1.0",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^0.1.0",
"flarum/likes": "^0.1.0",
"flarum/lock": "^0.1.0",
"flarum/markdown": "^0.1.0",
"flarum/mentions": "^0.1.0",
"flarum/nicknames": "^0.1.0",
"flarum/pusher": "^0.1.0",
"flarum/statistics": "^0.1.0",
"flarum/sticky": "^0.1.0",
"flarum/subscriptions": "^0.1.0",
"flarum/suspend": "^0.1.0",
"flarum/tags": "^0.1.0",
"fof/cookie-consent": "^0.4.0",
"fof/forum-statistics-widget": "^0.4.0",
"fof/linguist": "^0.5.0",
"fof/polls": "^0.3.2",
"fof/realtimedate": "^0.2.1",
"fof/recaptcha": "^0.3.1",
"fof/secure-https": "^0.3.0",
"fof/sitemap": "^0.6.0",
"jordanjay29/flarum-ext-summaries": "^0.3.2",
"jslirola/flarum-ext-login2seeplus": "^0.1.7",
"matteocontrini/flarum-imgur-upload": "^3.5",
"migratetoflarum/canonical": "^0.2.3",
"sycho/flarum-profile-cover": "^1.2",
"therealsujitk/flarum-ext-gifs": "^2.0",
"v17development/flarum-blog": "^0.2.1",
"v17development/flarum-seo": "^1.5",
"zeokat/flarum-ext-seoslugs": "^0.1.6"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
"repositories": [{"type": "composer", "url": "https://extiverse.com/composer/"}]
}
And thank you very much for your time.