Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.4 support #1

Closed
CaddyDz opened this issue Mar 10, 2021 · 3 comments
Closed

PHP 7.4 support #1

CaddyDz opened this issue Mar 10, 2021 · 3 comments

Comments

@CaddyDz
Copy link

CaddyDz commented Mar 10, 2021

is it possible to support at least latest version of php 7.4?

"php": "^8.0",

@freekmurze
Copy link
Member

Feel free to fork the package if you need php 7.4 support

@giovanniciriello
Copy link

Here is my working fork for php < 8.0

https://github.com/giovanniciriello/laravel-remote

@vesper8
Copy link

vesper8 commented Sep 3, 2021

if anyone wants an updated fork that with the latest commits, in particular this one: 2e7c7cd ?

you can use my fork https://github.com/vesper8/laravel-remote

just add

"repositories": {
        "vesper8/laravel-remote": {
            "type": "vcs",
            "url": "https://github.com/vesper8/laravel-remote"
        },
},       

And


        "spatie/laravel-remote": "dev-master",

To your composer.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants