m1 / Vars

Vars is a simple to use and easily extendable configuration file loader for PHP with built-in support for env, INI, JSON, PHP, Toml, XML and YAML config file types. Contains a service provider for Silex, more frameworks to come soon.
MIT License
64 stars 12 forks source link

Silex-v2 functional? #18

Open PEM-FR opened 7 years ago

PEM-FR commented 7 years ago

Hello, How about versioning silex-v2 branch? Something like tag v2.0.0 or something? Using composer require installs v1.1.2 which is not compatible with silex v2+ Might also limit v1.x.y to silex < 2.0?

Thank you :)

auchalet commented 7 years ago

+1 I tried to copy your silex-v2 branch VarsServiceProvider's file and it seems working with Silex v2 :)