ConfigServiceProvider icon indicating copy to clipboard operation
ConfigServiceProvider copied to clipboard

Silex 2.0 compatibility

Open bobalazek opened this issue 8 years ago • 9 comments

bobalazek avatar May 19 '16 13:05 bobalazek

having issues here:

❯ composer require igorw/config-service-provider
Using version ^1.2 for igorw/config-service-provider
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - igorw/config-service-provider v1.2.2 requires silex/silex ~1.0 -> satisfiable by silex/silex[1.0.x-dev, 1.1.x-dev, 1.2.x-dev, 1.3.x-dev, v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.1.1, v1.1.2, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4, v1.2.5, v1.3.0, v1.3.1, v1.3.2, v1.3.3, v1.3.4, v1.3.5] but these conflict with your requirements or minimum-stability
    - igorw/config-service-provider v1.2.1 requires silex/silex ~1.0 -> satisfiable by silex/silex[1.0.x-dev, 1.1.x-dev, 1.2.x-dev, 1.3.x-dev, v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.1.1, v1.1.2, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4, v1.2.5, v1.3.0, v1.3.1, v1.3.2, v1.3.3, v1.3.4, v1.3.5] but these conflict with your requirements or minimum-stability
    - igorw/config-service-provider v1.2.0 requires silex/silex 1.0.*@dev -> satisfiable by silex/silex[1.0.x-dev, v1.0.0, v1.0.1, v1.0.2] but these conflict with your requirements or minimum-stability
    - Installation request for igorw/config-service-provider ^1.2 -> satisfiable by igorw/config-service-provider[v1.2.0, v1.2.1, v1.2.2].


Installation failed, reverting ./composer.json to its original content.

tobsn avatar Jul 11 '16 12:07 tobsn

+1

dawadam avatar Sep 19 '16 11:09 dawadam

+1

johndodev avatar Nov 04 '16 09:11 johndodev

+1

murillopeixoto avatar Nov 18 '16 17:11 murillopeixoto

+1

opdavies avatar Jan 25 '17 09:01 opdavies

+2

tobsn avatar Jan 27 '17 00:01 tobsn

Guys, try my fork https://github.com/danaki/ConfigServiceProvider

danaki avatar Feb 23 '17 19:02 danaki

@danaki

you're awesome.

tobsn avatar Feb 23 '17 23:02 tobsn

@igorw Are you going to merge @youssman's PR? or should we use a fork?

msalsas avatar Mar 22 '18 10:03 msalsas