Releases: matomo-org/php-scoper
Releases · matomo-org/php-scoper
Release list
custom-build-2
Changes required for matomo-scoper:
- add include-namespaces config options to allowlist namespaces to prefix
- add --in-place cmdline option to allow replacing files in place
- add --force-no-global-alias option to allow disabling the behavior that aliases global classes that were not prefixed
- do not convert internal function names to fully qualified if original code does not do this already (required to get some matomo tests to pass)
custom-build-1
Changes required for matomo-scoper:
- add include-namespaces config options to allowlist namespaces to prefix
- add --in-place cmdline option to allow replacing files in place
- add --force-no-global-alias option to allow disabling the behavior that aliases global classes that were not prefixed
included-namespaces
included-namespaces-1 Add support for an included-namespaces configuration that allows spec…