-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(php): upgrade PHP support and dependencies #1068
Conversation
@@ -16,7 +16,8 @@ RUN apk add php81 \ | |||
php81-simplexml \ | |||
php81-tokenizer \ | |||
php81-xml \ | |||
php81-xmlwriter | |||
php81-xmlwriter \ | |||
php81-pdo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mind moving this after php81-phar
so this list stays alphabetical?
"phpoption/phpoption": "^1.9", | ||
"vlucas/phpdotenv": "^5.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what are these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were some errors on the new versions:
Uncaught Error: Call to undefined method Dotenv\Repository\RepositoryBuilder::create
Error: Class "PhpOption\Option" not found
And this installed packages seems to fix them.
@AndriiAndreiev do you mind resolving conflicts? |
🧰 Changes
Laravel 11.x requires a minimum PHP version of 8.2, so there is no CI action for Laravel 11 with PHP 8.1
Some of the updated packages required code changes (there were failing tests and failed static analysis (+ taint) checks