php-reports icon indicating copy to clipboard operation
php-reports copied to clipboard

PHP-Reports installation dependencies

Open kvishnivetsky opened this issue 7 years ago • 2 comments

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!

kvishnivetsky avatar May 08 '18 09:05 kvishnivetsky

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

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

Petah avatar May 18 '18 04:05 Petah

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

R1W2 avatar Jul 03 '20 20:07 R1W2