Skip to content

Conversation

@imdhemy
Copy link
Owner

@imdhemy imdhemy commented Dec 12, 2025

Q A
Tickets Fix #488
License MIT
  • Upgrades to Laravel v.11
  • Upgrades testbench to v.9
  • Upgrades PHPUnit to v.10

@imdhemy imdhemy changed the title chore: upgrade Laravel to version 11 and update related dependencies chore: upgrade Laravel to version 11 Dec 12, 2025
@imdhemy imdhemy requested a review from Copilot December 12, 2025 11:36
@imdhemy imdhemy changed the title chore: upgrade Laravel to version 11 chore(laravel): upgrade Laravel to version 11 Dec 12, 2025
Copy link
Contributor

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 pull request upgrades the Laravel In-App Purchase package from Laravel 10 to Laravel 11, along with corresponding updates to PHPUnit (v10) and Orchestra Testbench (v9).

Key Changes:

  • Updated Laravel framework requirement from >=10 to >=11
  • Upgraded PHPUnit from v9 to v10, requiring test data provider methods to be static
  • Updated PHPUnit configuration file to use the v10.5 schema with modernized settings

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
tests/Events/EventFactoryTest.php Made data provider methods static to comply with PHPUnit 10 requirements
phpunit.xml Updated to PHPUnit 10.5 schema with new configuration options and deprecated option removal
composer.json Updated Laravel framework constraint to >=11, testbench to ^9.15, added explicit PHPUnit ^10.5 requirement, removed --testdox flag from test script
composer.lock Comprehensive dependency updates reflecting Laravel 11, PHPUnit 10, and testbench v9 upgrades with numerous package version bumps

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@imdhemy imdhemy merged commit 2527951 into 1.x Dec 12, 2025
6 checks passed
@imdhemy imdhemy deleted the upgrade-to-laravel-11 branch December 12, 2025 11:58
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.

[laravel] use Laravel 11.x

2 participants