silverstripe / vendor-plugin

Allows Silverstripe vendor modules to expose directories to the webroot
BSD 3-Clause "New" or "Revised" License
5 stars 15 forks source link

API Update deprecations #62

Closed emteknetnz closed 1 year ago

emteknetnz commented 1 year ago

Issue https://github.com/silverstripe/silverstripe-framework/issues/10544

emteknetnz commented 1 year ago

Can't use the Deprecation class here as this is used by composer. I don't want to emit deprecation warnings here as there is no way to toggle them off. I think we're best to just leave things as they are. We can still remove the deprecated code in any new major versions.