Replace thephpleague/url with thephpleague/uri.

League\Url 3 is EOL since 2015-09-23
This commit is contained in:
Hans Ott 2015-10-04 19:11:08 +02:00
parent 221b45ce80
commit 93e3ad957d
1 changed files with 1 additions and 1 deletions

View File

@ -191,8 +191,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Libraries for parsing URLs.*
* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
* [Uri](https://github.com/thephpleague/uri) - A URL manipulation Library.
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
* [Url](https://github.com/thephpleague/url) - A simple URL manipulation library.
## Email
*Libraries for sending and parsing email.*