webignition / url

Represents a URL, a library to be used in many other places. Applies semantically-lossless normalisation for comparisons.
MIT License
32 stars 6 forks source link

Dependency mso/idna-convert has been abandoned #134

Closed Firehed closed 4 years ago

Firehed commented 5 years ago
$ composer outdated
mso/idna-convert                v1.1.0 v3.0.2  A library for encoding and decoding internationalized domain names
Package mso/idna-convert is abandoned, you should avoid using it. Use algo26-matthias/idna-convert instead.

 $ composer why mso/idna-convert
webignition/url  3.0  requires  mso/idna-convert (^1)

https://github.com/algo26-matthias/idna-convert is the suggested replacement, but quickly skimming the code it doesn't look like it will be a nice drop-in replacement.

webignition commented 4 years ago

This has been implemented in https://github.com/webignition/uri/ which replaces this package.