davwheat
I went to install and got this:
[InvalidArgumentException]
Could not find a version of package davwheat/flarum-ext-ads matching your minimum-stability (beta). Require it with an explicit versi
on constraint allowing its desired stability.
I figured this is where I add the:
davwheat That should work fine. If you get a warning about minimum stability, add this to your composer.json: "minimum-stability": "dev",
But I still got the same error.
Here is snapshot of my composer.json where I added the min stability
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"askvortsov/flarum-pwa": "*",
"clarkwinkelmann/flarum-ext-first-post-approval": "*",
"davwheat/custom-sidenav-links": "*",
"flagrow/ads": "@dev",
"flarum/akismet": "*",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/core": "^1.0",
"flarum/emoji": "*",
"flarum/flags": "*",
"flarum/lang-english": "*",
"flarum/likes": "*",