php-scoper
php-scoper copied to clipboard
🔨 Prefixes all PHP namespaces in a file/directory to isolate the code bundled in PHARs.
just a reproducer for #667
Edit to avoid to summarise the state of this issue. When scoping a package which has autoloaded files, the scoped files will keep the same hash. As a result if...
This PR includes the extractor and patcher from [pxlrbt/php-scoper-prefix-remover](https://github.com/pxlrbt/php-scoper-prefix-remover) into PHP-Scoper core to provide better WordPress plugin/theme support out of the box. See https://github.com/humbug/php-scoper/issues/303 Added an extractor to extract the...
See https://gist.github.com/sebastianbergmann/9eba10f9e61c576950df8bcd37712992#file-phar-md. It would be interesting to have PHPUnit, as we have Infection, part of the e2e test suite.
## Bug report | Question | Answer | ------------| --------------- | PHP-Scoper version | 0.16.0 | PHP version | 8.0.15 | Platform with version | MacOS | Github Repo |...
## Bug report | Question | Answer | ------------| --------------- | PHP-Scoper version | 0.15.0 | PHP version | all | Platform with version | all Prefixing of PHP 8.0+...
The laravel e2e case for example has been disabled
As infection bumps it to 8.1 and it is encouraged to use the latest version for PHP-Scoper/Box, might as well run on 8.1 A few other things to bump as...