longxinH / xhprof-apm

Xhprof APM
Apache License 2.0
36 stars 10 forks source link

日志管理界面 没办法composer install #12

Closed 12gameRensheng closed 3 years ago

12gameRensheng commented 3 years ago

环境:linux 7.3 php版本:php8 或者 php7.4 提示信息如下:

mintty screen dump [root@iZwz9d1q2jt7z00tg5pq5gZ web]# ./composer.phar install No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information. 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 slim/slim, it could not be found in any version, there may be a typo in the package name. Problem 2 - Root composer.json requires twig/twig, it could not be found in any version, there may be a typo in the package name. Problem 3 - Root composer.json requires slim/twig-view, it could not be found in any version, there may be a typo in the package name. Problem 4 - Root composer.json requires slim/pdo, it could not be found in any version, there may be a typo in the package name. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see for more details. - It's a private package and you forgot to add a custom repository to find it Read for further common problems. --

image