Skip to content

Releases: matomo-org/php-scoper

custom-build-2

Choose a tag to compare

@diosmosis diosmosis released this 27 Sep 09:35

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

Choose a tag to compare

@diosmosis diosmosis released this 25 Sep 14:17

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

Choose a tag to compare

@diosmosis diosmosis released this 15 Sep 03:41
included-namespaces-1

Add support for an included-namespaces configuration that allows spec…