We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not applicable for the php8.1 version .
The text was updated successfully, but these errors were encountered:
You can easily create a fork for this.
I've already done it so you can skip steps 1-3 but for the sake of education I included it.
"repositories": [ { "type": "vcs", "url": "https://github.com/robjbrain/onesignal" } ], "require": { ... "laravel-notification-channels/onesignal": "dev-fix-laravel9" }
composer update
Then it will work!
What this is doing is telling composer to look at the forked repo but still use the original name.
You have to use a different branch name and prefix it with "dev". I don't know why that is, presumably hard coded into composer in some way.
Sorry, something went wrong.
@robjbrain Thanks for your reply or time and for sharing your knowledge.
No branches or pull requests
It's not applicable for the php8.1 version
.
The text was updated successfully, but these errors were encountered: