It worked! ? Previously, I did not delete one line in composer.json, but now I understand what you previously intended (I did not do anything with the composer for a long time) ?
C:\PimpaTO>composer update --prefer-dist --no-dev -o
Loading composer repositories with package information
Updating dependencies
Package operations: 1 install, 11 updates, 0 removals
- Updating s9e/text-formatter (0.6.2 => 0.8.5): Loading from cache
- Installing http-interop/http-middleware (0.2.0): Loading from cache
- Updating zendframework/zend-stratigility (1.2.1 => 1.3.3): Loading from cache
- Updating flarum/core (v0.1.0-beta.6 => v0.1.0-beta.7.1): Loading from cache
- Updating flarum/flarum-ext-flags (v0.1.0-beta.6 => v0.1.0-beta.7): Loading from cache
- Updating flarum/flarum-ext-approval (v0.1.0-beta.6 => v0.1.0-beta.7): Loading from cache
- Updating flarum/flarum-ext-english (v0.1.0-beta.6 => v0.1.0-beta.7): Loading from cache
- Updating flarum/flarum-ext-lock (v0.1.0-beta.6 => v0.1.0-beta.7): Loading from cache
- Updating flarum/flarum-ext-sticky (v0.1.0-beta.6 => v0.1.0-beta.7): Loading from cache
- Updating flarum/flarum-ext-suspend (v0.1.0-beta.6 => v0.1.0-beta.7): Loading from cache
- Updating flarum/flarum-ext-tags (v0.1.0-beta.7 => v0.1.0-beta.8): Loading from cache
- Updating datitisev/flarum-ext-dashboard (v0.1.0-beta.5 => v0.1.0-beta.7): Loading from cache
Package http-interop/http-middleware is abandoned, you should avoid using it. Use http-interop/http-server-middleware instead.
Writing lock file
Generating optimized autoload files
But now I have
Package http-interop/http-middleware is abandoned, you should avoid using it. Use http-interop/http-server-middleware instead.
and if I try to delete http-interop/http-middleware
I got:
C:\PimpaTO>composer remove http-interop/http-middleware
http-interop/http-middleware is not required in your composer.json and has not been removed
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package http-interop/http-middleware is abandoned, you should avoid using it. Use http-interop/http-server-middleware instead.
Generating autoload files