appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Support Guzzle 6 as well #5

Closed drbyte closed 7 years ago

drbyte commented 7 years ago

After very rudimentary testing, this seems to be all that's necessary to accommodate Guzzle 6 and Laravel 5.4 and PHP 7.1

Fixes #2

nicolas-t commented 7 years ago

Thanks @drbyte for those (like me) looking for how to install this version (before it gets merged) : in composer.json :

    "require": {
        ...
        "appstract/laravel-opcache": "dev-master"
    }
    ...
    "repositories": [
        ...
        {
            "type": "git",
            "url": "git@github.com:drbyte/laravel-opcache.git"
        }
    ],
ovanschie commented 7 years ago

I was about to try this after the weekend, I suppose I can try it now as it already seems to work :)

drbyte commented 7 years ago

Oh cool. Thanks! That was speedy!

Will be grateful if you'll tag a new release after you're satisfied with it. ;)

ovanschie commented 7 years ago

Yes I was already busy doing that :P. Thanks for your contribution!

drbyte commented 7 years ago

👍 Cheers!