Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gwleuverink
Copy link
Contributor

When using PHPacker inside a Laravel Zero project it would complain about missing the serializable-closure package.

It's dubious that it just works other projects. Adding it to composer.json explicitly fixes it in my case.

See #39 for more details

Copilot AI review requested due to automatic review settings September 9, 2025 08:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR explicitly adds laravel/serializable-closure as a direct dependency to fix a missing package error when using PHPacker within Laravel Zero projects.

  • Adds laravel/serializable-closure version ^2.0 to the require section of composer.json
  • Addresses dependency resolution issues where the package was previously available transitively but not guaranteed to be present

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@gwleuverink gwleuverink merged commit b313838 into main Sep 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants