silverstripe / silverstripe-config

Silverstripe CMS configuration based on YAML and class statics
BSD 3-Clause "New" or "Revised" License
9 stars 10 forks source link

Unnecessary coupling with silverstripe/framework #81

Closed GuySartorelli closed 1 year ago

GuySartorelli commented 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.

PRs