dotkernel / api

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

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

Closed arhimede closed 2 years 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.

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
In Laminas\DependencyPlugin\DependencyRewriterV2::onPrePoolCreate
Nothing to install, update or remove
Generating optimized autoload files
110 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
PHP CodeSniffer Config installed_paths set to ../../laminas/laminas-coding-standard/src,../../slevomat/coding-standard,../../webimpress,../../webimpress/coding-standard/src
> laminas-development-mode enable

Parse error: syntax error, unexpected 'static' (T_STATIC) in /app/vendor/symfony/console/Command/Command.php on line 345

Script laminas-development-mode enable handling the development-enable event returned with error code 255
Script @development-enable was called via post-install-cmd

Posted from SymfonyInsight

alexmerlin commented 2 years ago

What version of PHP does this tool use? There's a similar issue discussed here that suggestes that the tool might use an older version of PHP.