befriended
befriended copied to clipboard
Laravel 10.x Support.
Laravel 10.x Support.
Created PR from someone else's change on Github
@rennokki any chance of getting this in? Or is this dead / can you archive it please?
@mattvb91 For now you can add this to your composer.json
:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ry167/befriended"
}
]
}
and change the require
to: "rennokki/befriended": "dev-master"
.
(you can use my fork, I use it in production. Or make your own fork)
Thats not an option unfortunately if building docker images in a pipeline as github will start throttling and asking for tokens which just makes it more complicated than necessary
@rennokki any word?