dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

[Insight] The dependencies of your project could not be installed #124

Closed arhimede closed 1 year ago

arhimede commented 2 years ago

SymfonyInsight was not able to install your Composer dependencies. If you need to customize files or run commands to make it work, you can edit your SymfonyInsight project configuration to override the default "pre_composer_script" and/or "post_composer_script" settings.

laminas/laminas-dependency-plugin contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.laminas/laminas-dependency-plugin [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Nothing to install, update or remove
Generating optimized autoload files
112 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> laminas-development-mode enable
Cannot read config from Dot\DataFixtures\ConfigProvider - class cannot be loaded.Script laminas-development-mode enable handling the development-enable event returned with error code 1
Script @development-enable was called via post-install-cmd

Posted from SymfonyInsight

alexmerlin commented 1 year ago

Fixed in #191