Closed GuySartorelli closed 1 year ago
silverstripe/config got coupled to silverstripe/framework in https://github.com/silverstripe/silverstripe-config/pull/73
This coupling makes it impossible to use this config API without including all of framework as a dependency - which just isn't necessary.
I've recently started working on a PHP project where I'd like to use this configuration API, but I don't want all of framework in there.
silverstripe/config got coupled to silverstripe/framework in https://github.com/silverstripe/silverstripe-config/pull/73
This coupling makes it impossible to use this config API without including all of framework as a dependency - which just isn't necessary.
I've recently started working on a PHP project where I'd like to use this configuration API, but I don't want all of framework in there.
PRs