Skip to content

Conversation

laravel-shift
Copy link
Contributor

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 9.x.

Before merging, you need to:

  • Checkout the l10-compatibility branch
  • Review all comments for additional changes
  • Thoroughly test your package

If you do find an issue, please report it by commenting on this PR to help improve future automation.

@laravel-shift
Copy link
Contributor Author

⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{ "repositories": [ { "type": "vcs", "url": "https://github.com/laravel-shift/laravel-notion-api.git" } ] }

Then update your dependency constraint to reference this branch:

{ "require": { "fiveam-code/laravel-notion-api": "dev-l10-compatibility", } }

Finally, run: composer update

@what-the-diff
Copy link

what-the-diff bot commented Feb 2, 2023

  • The composer.json file was modified
  • PHP version requirement changed from 7.4 to 8 or higher (^8)
  • Guzzle HTTP client dependency added with a minimum required version of ^7
  • Illuminate support package dependency updated to allow versions between 8 and 10 inclusive, instead of just 9 as before (^9 -> ^8|^9|10)
    5a/b: Orchestra testbench dev-dependency updated to allow either 6 or 8, instead of only 6 as before (6 -> 6|8). This is because the latest release at time of writing is v6 but there are already commits in master for v8 which will be released soon! See https://github.com/orchestral/testbench#upgrade-guide for more info on upgrading this library if you're using it in your project too :)
@johguentner
Copy link
Member

@mechelon should we add this to the v1.0.0 release as well ?

@johguentner johguentner changed the base branch from main to dev February 3, 2023 08:52
@johguentner johguentner merged commit 241ce71 into 5am-code:dev Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants