-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Dependency issue in PHP 8.4.1: Implicitly marking parameter $options as nullable is deprecated #348
Comments
Yes it looks that way, I'm planning to fork in to route when I get a moment, probably over the weekend or on Monday.
…-------- Original Message --------
On 22/11/2024 14:33, Jonas Kohl wrote:
When upgrading my project to the newly released PHP 8.4.1, the following warning will be emitted via the [opis/closure](https://github.com/opis/closure) dependency:
Deprecated: Opis\Closure\unserialize(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
As the latest version and latest commit of opis/closure were both almost 3 years ago, it is safe to assume that library is abandoned and should be removed/replaced as a dependency from this project.
—
Reply to this email directly, [view it on GitHub](#348), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAP3E2L6SCB6TJV6YCIWRLD2B46CDAVCNFSM6AAAAABSJPJWEOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY4DGMZXGA4TEMI).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Way ahead of you. I already implemented a fix and opened a pull request over at opis/closure/pull/144. |
As per opis/closure#144 (comment) there is a replacement library by Laravel: laravel/serializable-closure |
Oh excellent, I'll replace it over the weekend.
…-------- Original Message --------
On 22/11/2024 15:24, Jonas Kohl wrote:
As per [opis/closure#144 (comment)](opis/closure#144 (comment)) there is a replacement library by Laravel: [laravel/serializable-closure](https://github.com/laravel/serializable-closure)
—
Reply to this email directly, [view it on GitHub](#348 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAP3E2P474TXL6F7P2CR6UL2B5EENAVCNFSM6AAAAABSJPJWEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJUGAYTGMRXG4).
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When upgrading my project to the newly released PHP 8.4.1, the following warning will be emitted via the
opis/closure
dependency:As the latest version and latest commit of
opis/closure
were both almost 3 years ago, it is safe to assume that library is abandoned and should be removed/replaced as a dependency from this project.The text was updated successfully, but these errors were encountered: