-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
PHP8.1 support #562
Comments
This requires more work to be done on PHP-Scoper side first. |
According Symfony they already support PHP 8.1. |
Also, this feature really blocks generation of |
The problem is not Symfony on which the app is built but PHP-Scoper which is used to bundle the PHAR. Thinking about this again, since Box does not use any PHP 8.0 or 8.1 features, maybe it won't require more than "just" updating the dependencies. |
So you suggest to compile |
No I meant to build box on PHP 8.1 |
@theofidry Do you need any help with this? |
Also related PR #570 |
More related: #571 |
@theofidry has right when he said that PHP 8.1 compatibility is broken by Confirmed if you run
composer.lock told us that it's |
Filed another PR to fix requirement checker #585 Somehow latest release 3.14.1 has no |
Should be now working with 3.15 |
Feature Request
Current fatal error that I get with latest version of box:
Make support for PHP8.1 possible.
The text was updated successfully, but these errors were encountered: