mremi / UrlShortener

A PHP library to generate shortened URL through famous API like Bit.ly or Google
MIT License
79 stars 32 forks source link

Add support for PHP 8, Guzzle 7, Symfony 6, and PHP CS Fixer 2.19 #28

Closed mcaskill closed 3 years ago

mcaskill commented 3 years ago

Added:

Removed:

Changed:


In the meantime, people can use my fork:

"require": {
    "mremi/url-shortener": "^2.4"
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/mcaskill/UrlShortener"
    }
]
mremi commented 3 years ago

Thanks a lot @mcaskill !

mcaskill commented 3 years ago

Thank you.

For Travis CI, you will need to make the switch from travis-ci.org to travis-ci.com in order to restore builds.

The CHANGELOG will need to updated as well to reflect the new version.