KnpLabs / ConsoleServiceProvider

A Console service provider for Silex
MIT License
107 stars 37 forks source link

Added Silex to the list of dependencies and switched to PSR-4 #29

Closed skalpa closed 7 years ago

skalpa commented 7 years ago

The autoload section has been switched to PSR-4.

I've added Silex to the list of requirements.

The version requirement has been kept loose to prevent BC breaks (IMHO the requirement should have been added when 2.x was tagged, but as it hasn't we now have to assume that some people may be using v2.x with Silex 1).

skalpa commented 7 years ago

After double-checking: it seems the service provider is not compatible with Silex 1.x anyway, so I changed the required silex version from ~1.0|~2.0 to ~2.0

weaverryan commented 7 years ago

👍 - it's already only compatible with silex V2, we're just not forcing it in composer.json