Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP-Reports installation dependencies #265

Open
kvishnivetsky opened this issue May 8, 2018 · 2 comments
Open

PHP-Reports installation dependencies #265

kvishnivetsky opened this issue May 8, 2018 · 2 comments

Comments

@kvishnivetsky
Copy link

kvishnivetsky commented May 8, 2018

Hi,

I'm installing PHP-Reports softwar and composer says:

  Problem 1
    - Installation request for alcaeus/mongo-php-adapter 1.1.x-dev -> satisfiable by alcaeus/mongo-php-adapter[1.1.x-dev].
    - alcaeus/mongo-php-adapter 1.1.x-dev requires ext-mongodb ^1.2.0 -> the requested PHP extension mongodb is missing from your system.
  Problem 2
    - Installation request for alcaeus/mongo-php-adapter dev-master -> satisfiable by alcaeus/mongo-php-adapter[dev-master].
    - alcaeus/mongo-php-adapter dev-master requires ext-mongodb ^1.2.0 -> the requested PHP extension mongodb is missing from your system.
  Problem 3
    - Installation request for mongodb/mongodb 1.2.x-dev -> satisfiable by mongodb/mongodb[1.2.x-dev].
    - mongodb/mongodb 1.2.x-dev requires ext-mongodb ^1.2.0 -> the requested PHP extension mongodb is missing from your system.
  Problem 4
    - Installation request for mongodb/mongodb dev-master -> satisfiable by mongodb/mongodb[dev-master].
    - mongodb/mongodb dev-master requires ext-mongodb ^1.2.0 -> the requested PHP extension mongodb is missing from your system.

Is it possible skip Mongo installation or it is vital? I will use MySQL, but not MongoDB in my project.

Thanks!

@Petah
Copy link

Petah commented May 18, 2018

FYI you can run composer install --ignore-platform-reqs

https://getcomposer.org/doc/03-cli.md

@R1W2
Copy link

R1W2 commented Jul 3, 2020

Petah,
Thank you. I would welcome having this option on the main install instructions to help future users.
RW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants