Browse Source

Merge pull request #480 from hansott/master

Replace thephpleague/url with thephpleague/uri.
pull/476/merge
Jamie York 10 years ago
parent
commit
be50168fdc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

191
 *Libraries for parsing URLs.*
191
 *Libraries for parsing URLs.*
192
 
192
 
193
 * [Purl](https://github.com/jwage/purl) - A URL manipulation library.
193
 * [Purl](https://github.com/jwage/purl) - A URL manipulation library.
194
+* [Uri](https://github.com/thephpleague/uri) - A URL manipulation Library.
194
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
195
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
195
-* [Url](https://github.com/thephpleague/url) - A simple URL manipulation library.
196
 
196
 
197
 ## Email
197
 ## Email
198
 *Libraries for sending and parsing email.*
198
 *Libraries for sending and parsing email.*

Loading…
Cancel
Save