Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix polyfills #596

Merged
merged 2 commits into from
Feb 1, 2022
Merged

Fix polyfills #596

merged 2 commits into from
Feb 1, 2022

Commits on Jan 12, 2022

  1. exclude symfony polyfills from php scoper during PHAR compilation

    This commit resolves this issue around PHAR compilation:
    ```
    PHP Fatal error:  Uncaught Error: Call to undefined function _HumbugBox48cf944fc33a\Symfony\Component\Console\get_debug_type()
    ```
    
    The solution used is using a similar approach to humbug/php-scoper#481
    
    Resolves box-project#550
    Arun Philip committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8876183 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    7a9f03b View commit details
    Browse the repository at this point in the history