dongzhang5006 2019-01-18 10:36
浏览 275

作曲家更新laravel 5.5到laravel 5.6获取挂起更新依赖项(包括require-dev)

I am upgrading my laravel project to 5.6. current version is 5.5.44. my composer file is as below. when i run composer update, it does nothing but showing Loading composer repositories with package information Updating dependencies (including require-dev) in the terminal for hours. what would be the issue for this?

"require": {
        "php": ">=7.1.3",
        "fideloper/proxy": "~4.0",
        "laravel/framework": "5.6.*",
        "laravelcollective/html": "^5.7",
        "nesbot/carbon": "^1.33",
        "maximebf/debugbar": "~1.15.0",
        "barryvdh/laravel-debugbar": "^3.2",
        "yajra/laravel-datatables-oracle": "~6.0",
        "artem-schander/l5-modular": "dev-master",
        "intervention/image": "^2.3",
        "hesto/multi-auth": "^1.0",
        "laravel/cashier": "~7.0",
        "laravel-notification-channels/twilio": "^2.0",
        "guzzlehttp/guzzle": "^6.2",
        "laravel/socialite": "2.0.*",
        "barryvdh/laravel-snappy": "^0.4.3",
        "psr/simple-cache": "^1.0",
        "psr/container": "^1.0",
        "phpoffice/phpexcel": "^1.8",
        "phpoffice/phpspreadsheet": "^1.6",
        "doctrine/inflector": "^1.3",
        "symfony/translation": "^4.2"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "^7.1.5",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*",
        "filp/whoops": "~2.0"
    },



$ php artisan --version
Laravel Framework 5.5.44
$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
  • 写回答

1条回答 默认 最新

  • dsuw85815 2019-01-18 10:59
    关注

    try removing the abandoned package:

    "phpoffice/phpexcel": "^1.8", 
    
    评论

报告相同问题?

悬赏问题

  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 用hfss做微带贴片阵列天线的时候分析设置有问题
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据
  • ¥20 软件测试决策法疑问求解答