shakurov / laravel-coinbase

Laravel wrapper for the Coinbase Commerce API
MIT License
44 stars 24 forks source link

Laravel 8.x compatibility #11

Closed antimech closed 3 years ago

antimech commented 3 years ago

Our library needs to be keep up to date with industry. Here is some things we need to do:

Each dependency requires to follow it's upgrade guide to avoid breaking changes. All tests must pass.

PRs are welcome!

antimech commented 3 years ago

@AlaaElrifaie thank you for your interest! Merged.

The release will soon be updated on Packagist. Until then you can use this:

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/shakurov/laravel-coinbase.git"
    }
],
"require":{
    "shakurov/laravel-coinbase": "^0.7.7"
}