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

Feat: update composer.json file to match laravel 8 requirements #1

Merged
merged 4 commits into from
Aug 28, 2023

Conversation

olivier-zenchef
Copy link

@olivier-zenchef olivier-zenchef commented Aug 23, 2023

https://app.clickup.com/t/1596/SUDS-703

In order to upgrade to laravel 9, we need to solve a composer issue first.
It's not the case in laravel 8, but we can still solve it before upgrade.

Laravel 9 replaces Illuminate/support
So composer update doesn't complete with both this fork and laravel itself

While a bit overkill, the solution is to require laravel/framework itself:

  • it is the replacement
  • it garantes that Illimunate/Support and Illuminate/Notification are here

Currently, we can test the build on API on branch feat/replace-lab123-aws-sns
The composer.json was modified to point to this branch

This PR on api will need to pass after this one

composer.json Outdated Show resolved Hide resolved
@olivier-zenchef olivier-zenchef merged commit 9ebbd9e into master Aug 28, 2023
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.

4 participants