@alex
this package doesn't support laravel 9 yet and I can't because of this package downgrade my project and this package is essential needed , a there is a pull request for laravel-9 but the package owner hadn't merge it
how can I install the pull-request instead of waiting for the package owner to Update to laravel - 9
package pull request
@kikter
Why not make PR in the package repository itself?
@tisuchi I don't get you ****
@kikter Sorry. I think I missed some of your points. :(
You can require a specific commit. Find the hash of the commit within the PR and do the following:
"require": {
"vendor/repository": "dev-master#abcdef"
}
Obviously replace vendor, repository and abcdef to what you need.
I did exactly this but the package still didn't install
Can you show me exactly what you have added to composer.json
?