作曲家说“ [InvalidArgumentException]包类型“ silverstripe-vendormodule”不受支持”在更新作曲家时

时间:2019-02-04 05:40:13

标签: composer-php silverstripe

这是我在做什么

C:\ wamp64 \ www>作曲家更新

使用软件包信息加载composer存储库

更新依赖关系(包括require-dev)

打包操作:39次安装,​​2次更新,2次删除

  • 删除silverstripe-themes / simple(dev-master)

    • 删除silverstripe / cms(3.0.x-dev)
    • 安装silverstripe / recipe-plugin(1.3.0):从缓存加载
    • 删除作曲家/安装者(开发大师)
    • 安装作曲家/安装程序(v1.6.0):从缓存加载
    • 安装silverstripe / vendor-plugin(1.4.0):从缓存加载
    • 安装symfony / polyfill-ctype(v1.10.0):从缓存加载
    • 安装symfony / yaml(v3.4.22):从缓存加载
    • 安装symfony / polyfill-mbstring(v1.10.0):从缓存加载
    • 安装symfony / translation(v2.8.49):从缓存加载
    • 安装symfony /文件系统(v4.2.3):从缓存加载
    • 安装symfony / config(v3.4.22):从缓存加载
    • 安装symfony / polyfill-apcu(v1.10.0):从缓存加载
    • 安装psr / simple-cache(1.0.1):从缓存加载
    • 安装psr / log(1.1.0):从缓存加载
    • 安装psr / cache(1.0.1):从缓存加载
    • 安装symfony / cache(v3.4.22):从缓存加载
    • 安装swiftmailer / swiftmailer(v5.4.12):从缓存加载
    • 安装symfony / finder(v3.4.22):从缓存加载
    • 安装marcj / topsort(1.1.0):从缓存加载
    • 安装silverstripe / config(1.0.9):从缓存加载
    • 安装ralouphie / getallheaders(2.0.5):从缓存加载
    • 安装psr / http-message(1.0.1):从缓存加载
    • 安装guzzlehttp / psr7(1.5.2):从缓存加载
    • 安装干预措施/映像(2.4.2):从缓存加载
    • 删除silverstripe / framework(3.0.x-dev)

    [InvalidArgumentException] 不支持包类型“ silverstripe-vendormodule”

更新[--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers ] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [--with-all-dependencies] [-v | vv | vvv |-冗长] [-o |-优化自动加载器] [-a | --classmap-权威] [--apcu-自动加载器] [--ignore-platform-reqs] [-首选稳定] [--prefer-lowest] [-i | --interactive] [--root-reqs] [-] [] ...

这是我的composer.json文件

{
"license": "proprietary",
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"require": {
     "php": ">=5.6",
    "silverstripe/recipe-core": "4.3.*"
},
"require-dev": {
    "phpunit/phpunit": "~3.7@stable"
},
"config": {
    "process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"

}

0 个答案:

没有答案