Coder Social home page Coder Social logo

Comments (7)

romainrg avatar romainrg commented on June 16, 2024

Hello @brisingr123

Can you show me your composer.json file ?

Regards

from rabbitmq_client.

brisingr123 avatar brisingr123 commented on June 16, 2024

{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "https://codeigniter.com",
"license": "MIT",
"support": {
"forum": "http://forum.codeigniter.com/",
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
"irc": "irc://irc.freenode.net/codeigniter",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=5.2.4",
"aws/aws-sdk-php": "^3.66",
"marcelxyz/php-xml-digital-signature": "^1.0",
"drewm/mailchimp-api": "^2.5",
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*"
}
}

I am using the command
composer require romainrg/rabbitmq_client

from rabbitmq_client.

romainrg avatar romainrg commented on June 16, 2024

Can you try to run composer update command and run the require command again ?

from rabbitmq_client.

brisingr123 avatar brisingr123 commented on June 16, 2024

Just tried. Same error :(

from rabbitmq_client.

ekariz avatar ekariz commented on June 16, 2024

how did you sort this error? i got the same error

from rabbitmq_client.

matdennoigi avatar matdennoigi commented on June 16, 2024

Add 'version: 3.1' to composer.json should resolve it:

{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "https://codeigniter.com",
"license": "MIT",
"version": "3.1",
"support": {
"forum": "http://forum.codeigniter.com/",
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
"slack": "https://codeigniterchat.slack.com",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=5.3.7",
"romainrg/rabbitmq_client": "^6.2"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsStream": "1.1.",
"phpunit/phpunit": "4.
|| 5.*"
}
}

from rabbitmq_client.

minhtanle avatar minhtanle commented on June 16, 2024

Add 'version: 3.1' to composer.json should resolve it:

{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "https://codeigniter.com",
"license": "MIT",
"version": "3.1",
"support": {
"forum": "http://forum.codeigniter.com/",
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
"slack": "https://codeigniterchat.slack.com",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=5.3.7",
"romainrg/rabbitmq_client": "^6.2"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsStream": "1.1.",
"phpunit/phpunit": "4.
|| 5.*"
}
}

Add
"version": "3.1",
....
"romainrg/rabbitmq_client": "^6.2"
...

into composer.json

It works!!!!!!!!!!!!!!

from rabbitmq_client.

Related Issues (5)

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.