Paid Extensions
Hi. After purchasing and installing paid extensions, Extension Manager stopped working. However, I can still install extensions through composer. The token is installed. Here is the error when trying to run updates, but the same error will appear when trying to install the extension
Flarum information
"description": "Laravel Eloquent eager loading with limit",
"abandoned": false
},
{
"name": "swiftmailer/swiftmailer",
"direct-dependency": false,
"homepage": "https://swiftmailer.symfony.com",
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0",
"version": "v6.3.0",
"latest": "v6.3.0",
"latest-status": "up-to-date",
"description": "Swiftmailer, free feature-rich PHP mailer",
"warning": "Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.",
"abandoned": "symfony/mailer"
},
{
"name": "symfony/http-client",
"direct-dependency": false,
"homepage": "https://symfony.com",
"source": "https://github.com/symfony/http-client/tree/v6.2.13",
"version": "v6.2.13",
"latest": "v6.4.10",
"latest-status": "semver-safe-update",
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"abandoned": false
},
{
"name": "ziiven/flarum-decoration-store",
"direct-dependency": true,
"homepage": null,
"source": "https://github.com/Ziiven/flarum-decoration-store",
"version": "v1.1.2",
"latest": "[none matched]",
"latest-status": "up-to-date",
"description": "A Flarum extension. Add decoration store to the forum where user can purchase avatar frame, profile background, username color etc.",
"abandoned": false
}
]
}
[2024-08-08 21:11:54] composer.ERROR: update --prefer-dist --no-dev -a --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires kilowhat/flarum-ext-custom-paths ^1.9, found kilowhat/flarum-ext-custom-paths[1.9.0] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Problem 2
- Root composer.json requires ziiven/flarum-decoration-store ^1.1, found ziiven/flarum-decoration-store[v1.1.2] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
<warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>