Slide 40
Slide 40 text
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
!
Problem 1
- silex/silex v1.1.0 requires pimple/pimple 1.*
-> satisfiable by pimple/pimple[1.0.0, 1.1.x-dev, v1.0.1, v1.0.2, v1.1.0].
- silex/silex v1.1.1 requires pimple/pimple 1.*
-> satisfiable by pimple/pimple[1.0.0, 1.1.x-dev, v1.0.1, v1.0.2, v1.1.0].
- silex/silex v1.1.2 requires pimple/pimple ~1.0
-> satisfiable by pimple/pimple[1.0.0, 1.1.x-dev, v1.0.1, v1.0.2, v1.1.0].
- Can only install one of: pimple/pimple[2.0.x-dev, 1.0.0].
- Can only install one of: pimple/pimple[2.0.x-dev, 1.1.x-dev].
- Can only install one of: pimple/pimple[v1.0.1, 2.0.x-dev].
- Can only install one of: pimple/pimple[v1.0.2, 2.0.x-dev].
- Can only install one of: pimple/pimple[v1.1.0, 2.0.x-dev].
- Installation request for pimple/pimple 2.0.*@dev
-> satisfiable by pimple/pimple[2.0.x-dev].
- Installation request for silex/silex 1.1.*
-> satisfiable by silex/silex[v1.1.0, v1.1.1, v1.1.2].
!
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your
minimum-stability setting.