Skip to content

Composer requirements #91

Description

@winzou

Hi,

The current composer requirements make it annoying to install:

$ composer create-project payum/payum-bundle-sandbox payum-sandbox
Installing payum/payum-bundle-sandbox (0.10.0)
  - Installing payum/payum-bundle-sandbox (0.10.0): Downloading (100%)
Created project in payum-sandbox
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for authorizenet/authorizenet 1.8.3.3 -> satisfiable by authorizenet/authorizenet[1.8.3.3].
    - authorizenet/authorizenet 1.8.3.3 requires php ~5.3 -> your PHP version (7.0.0) does not satisfy that requirement.
  Problem 2
    - Installation request for doctrine/mongodb 1.3.0 -> satisfiable by doctrine/mongodb[1.3.0].
    - doctrine/mongodb 1.3.0 requires ext-mongo ^1.5 -> the requested PHP extension mongo is missing from your system.
  Problem 3
    - doctrine/mongodb 1.3.0 requires ext-mongo ^1.5 -> the requested PHP extension mongo is missing from your system.
    - doctrine/mongodb-odm 1.1.1 requires doctrine/mongodb ~1.3 -> satisfiable by doctrine/mongodb[1.3.0].
    - Installation request for doctrine/mongodb-odm 1.1.1 -> satisfiable by doctrine/mongodb-odm[1.1.1].

  To enable extensions, verify that they are enabled in your .ini files:
    - C:\wamp\bin\php\php7.0.0\php.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

Is MongoDB mandatory to use the sandbox?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions