Guides

how to install GitHub Pull Request

@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

the main package

package pull request

pull request

kikter
kikter
0
6
341
tisuchi
tisuchi

@kikter

Why not make PR in the package repository itself?

kikter
kikter

@tisuchi I don't get you ****

tisuchi
tisuchi

@kikter Sorry. I think I missed some of your points. :(

alex
alex
Moderator

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.

kikter
kikter

I did exactly this but the package still didn't install

alex
alex
Moderator

Can you show me exactly what you have added to composer.json?