❄️ The winter sale is here. 25% off for a limited time. Join us →

Guides
how to install GitHub Pull Request
6
465

kikter

Started this discussion 1 year 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 1 year ago

@kikter

Why not make PR in the package repository itself?

kikter

Replied 1 year ago

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

tisuchi

Replied 1 year ago

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

alex

Replied 1 year 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 1 year ago

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

alex

Replied 1 year ago

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