Skip to content
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

Support laravel 11 #229

Merged
merged 18 commits into from
Mar 27, 2024
Merged

Support laravel 11 #229

merged 18 commits into from
Mar 27, 2024

Conversation

Naoray
Copy link
Collaborator

@Naoray Naoray commented Mar 19, 2024

What's changed

  • dropped support for PHP < 8.1
  • upgraded Carbon dep to v3
    • wrapped ->diffIn*() calls in abs() because they can now return negative values
  • moved lang folder to root
  • migrated phpunit.xml.dist to latest version
  • removed registering MollieServiceProvider within CashierServiceProvider as this is already done in https://github.com/mollie/laravel-mollie
  • restructured CashierServiceProvider
  • replaced references to Mollie\Laravel\MollieApiWrapper with Mollie\Api\MollieApiClient
  • removed usage of global mollie() helper method
  • update github workflow test to include php 8.3 & Laravel v11 and drop php v8.0

Copy link
Collaborator

@sandervanhooft sandervanhooft left a comment

Choose a reason for hiding this comment

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

1 non-blocking comment, feel free to release at your convenience

🔥

src/Order/Order.php Show resolved Hide resolved
@dwaynehertroys
Copy link

Can this be merged?

@sandervanhooft sandervanhooft merged commit ff8a0b8 into mollie:main Mar 27, 2024
6 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.

3 participants