Return to homepage

Guides
how to install GitHub Pull Request
6
31

kikter

Started this discussion 11 months ago

@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

tisuchi

Replied 11 months ago

@kikter

Why not make PR in the package repository itself?

kikter

Replied 11 months ago

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

tisuchi

Replied 11 months ago

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

alex

Replied 11 months ago

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

Replied 11 months ago

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

alex

Replied 11 months ago

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