befriended icon indicating copy to clipboard operation
befriended copied to clipboard

Laravel 10.x Support.

Open ryanhalliday opened this issue 1 year ago • 4 comments

Laravel 10.x Support.

Created PR from someone else's change on Github

ryanhalliday avatar Dec 21 '23 22:12 ryanhalliday

@rennokki any chance of getting this in? Or is this dead / can you archive it please?

mattvb91 avatar Jan 20 '24 17:01 mattvb91

@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)

ryanhalliday avatar Jan 20 '24 22:01 ryanhalliday

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

mattvb91 avatar Jan 21 '24 11:01 mattvb91

@rennokki any word?

code23-isaac avatar Apr 02 '24 08:04 code23-isaac