国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

COmposer 更新出錯 ,提示找不到webmanwebman-framework版本

問題描述

Composer 根據(jù)composer.json更新的時候 提示我 標(biāo)題中的錯誤,很費解,Windowns沒遇到過
Ubuntu環(huán)境

Root composer.json requires workerman/webmanwebman-framework, it could not be found in any version, there may be a typo in the package name.

composer 文件

{
  "name": "workerman/webman",
  "type": "project",
  "keywords": [
    "high performance",
    "http service"
  ],
  "homepage": "http://m.wtbis.cn",
  "license": "MIT",
  "description": "High performance HTTP Service Framework.",
  "authors": [
    {
      "name": "walkor",
      "email": "walkor@workerman.net",
      "homepage": "http://m.wtbis.cn",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "walkor@workerman.net",
    "issues": "https://github.com/walkor/webman/issues",
    "forum": "https://wenda.workerman.net/",
    "wiki": "https://workerman.net/doc/webman",
    "source": "https://github.com/walkor/webman"
  },
  "require": {
    "php": ">=7.2",
    "workerman/webmanwebman-framework": "^1.5.0",
    "monolog/monolog": "^2.0",
    "illuminate/database": "^9.52",
    "illuminate/pagination": "^9.52",
    "illuminate/events": "^9.52",
    "symfony/var-dumper": "^6.0",
    "topthink/think-template": "^3.0"
  },
  "suggest": {
    "ext-event": "For better performance. "
  },
  "autoload": {
    "psr-4": {
      "": "./",
      "app\\": "./app",
      "App\\": "./app",
      "app\\View\\Components\\": "./app/view/components"
    },
    "files": [
      "./support/helpers.php"
    ]
  },
  "scripts": {
    "post-package-install": [
      "support\\Plugin::install"
    ],
    "post-package-update": [
      "support\\Plugin::install"
    ],
    "pre-package-uninstall": [
      "support\\Plugin::uninstall"
    ]
  }
}

錯誤截圖

截圖

操作系統(tǒng)

PHP8.1版本,ubuntu系統(tǒng),composer version 2.6.5 2023-10-06 10:11:52

957 1 0
1個回答

six

提示那么明顯,包名錯了。有問題的時候咱能不能自己先檢查下,別總做不過腦子的伸手黨

年代過于久遠(yuǎn),無法發(fā)表回答
??