@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
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.
Can you show me exactly what you have added to composer.json
?