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

Update composer dependency versions for Laravel 8 #40

Merged
merged 1 commit into from
Sep 14, 2020
Merged

Commits on Sep 14, 2020

  1. Update composer dependency versions for Laravel 8

    As noted in the [Upgrade Guide](https://laravel.com/docs/8.x/upgrade) for Laravel 8, I've adjusted the composer.json file to allow support for the following:
    * "phpunit/phpunit": "^8.5 || ^9.0" (^9.0 added)
    * "guzzlehttp/guzzle": "^6.3 || ^7.0.1" (^7.0.1 added)
    
    Without this present, the installation of this library will fail for Laravel 8.0 or newer versions.
    corsair committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e0cacd8 View commit details
    Browse the repository at this point in the history