Git Product home page Git Product logo

Comments (6)

juliangorge avatar juliangorge commented on June 23, 2024 1

Thank you!

from errorheromodule.

samsonasik avatar samsonasik commented on June 23, 2024

It seems you define laminas-diactoros in your composer.json, You need downgrade to use "laminas-diactoros":"~2.17.0" in your composer.json

see on this requirement https://packagist.org/packages/laminas/laminas-diactoros#2.17.0

from errorheromodule.

juliangorge avatar juliangorge commented on June 23, 2024

No, there is not

"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas-api-tools/api-tools": "^1.6.0",
"laminas-api-tools/api-tools-content-negotiation": "^1.6.0",
"laminas-api-tools/api-tools-documentation": "^1.3",
"laminas-api-tools/api-tools-rest": "^1.6.1",
"laminas/laminas-authentication": "^2.12",
"laminas/laminas-barcode": "^2.11",
"laminas/laminas-cache": "^3.6",
"laminas/laminas-captcha": "^2.13",
"laminas/laminas-cli": "^1.5",
"laminas/laminas-component-installer": "^2.1.1",
"laminas/laminas-db": "^2.15",
"laminas/laminas-development-mode": "^3.2",
"laminas/laminas-i18n": "^2.17",
"laminas/laminas-i18n-resources": "^2.8",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.8",
"laminas/laminas-mvc-plugin-identity": "^1.4",
"laminas/laminas-navigation": "^2.15",
"laminas/laminas-permissions-acl": "^2.10",
"laminas/laminas-progressbar": "^2.10",
"laminas/laminas-servicemanager": "^3.17",
"laminas/laminas-session": "^2.13",
"laminas/laminas-soap": "^2.10",
"laminas/laminas-view": "^2.23",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas-api-tools/api-tools-admin": "^2.0.1",
"laminas-api-tools/api-tools-asset-manager": "^1.2",
"laminas/laminas-cli": "^1.2",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-composer-autoloading": "^3.1",
"laminas/laminas-developer-tools": "^2.3",
"laminas/laminas-test": "^4.0",
"phpunit/phpunit": "^9.5.20",
"psalm/plugin-phpunit": "^0.16.1",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.10"
},

from errorheromodule.

samsonasik avatar samsonasik commented on June 23, 2024

Looking at the error, it seems there is interdependency somewhere, you need to pin in composer.json:

"require" {
      // ...
     "laminas/laminas-diactoros": "2.17.0"
      // ...
}

and run composer update

from errorheromodule.

juliangorge avatar juliangorge commented on June 23, 2024

Okay, I installed it. But when I run update, I have this log:

Problem 1
- Root composer.json requires laminas/laminas-diactoros 2.17.0 -> satisfiable by laminas/laminas-diactoros[2.17.0].
- roave/security-advisories dev-master conflicts with laminas/laminas-diactoros <2.18.1|>=2.24,<2.24.2|>=2.25,<2.25.2|= 2.23.0|= 2.22.0|= 2.21.0|= 2.20.0|= 2.19.0.
- Root composer.json requires roave/security-advisories dev-master -> satisfiable by roave/security-advisories[dev-master].

Do I need this roave/security-advisories?

from errorheromodule.

samsonasik avatar samsonasik commented on June 23, 2024

You don't if you use old libraries, roave/security-advisories verify latest patch for better security, which not on your use case as you use old php version.

from errorheromodule.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.