algo26-matthias / idna-convert

Pure PHP IDNA Converter
http://idnaconv.net
GNU Lesser General Public License v2.1
66 stars 23 forks source link

Update repository URL on Packagist #1

Closed mbrodala closed 8 years ago

mbrodala commented 8 years ago

On Packagist the repository for this package is still https://github.com/phpWhois/idna-convert which breaks every dependent package since neither dist nor source can be downloaded.

Please update the VCS repository URL on Packagist.

ghost commented 8 years ago

Hi Mathias,

as just stated in our private email conversation, I cannot fix anything within the phpWhois project. Please contact the guys over there directly: https://github.com/phpWhois/phpWhois

Thx!

mbrodala commented 8 years ago

@phlylabs I'll get in touch with them.

mbrodala commented 8 years ago

@phlylabs OK, now for real. What's your package name on Packagist? I am able to find php-idna-converter/php-idna-converter which supposedly is phlyLabs' pure PHP IDNA Converter but that package points to this Github repository instead.

Can you clear this up?

ghost commented 8 years ago

I'm sorry for the mess. Unfortunately I was a little late to the party, so I rather recently put the class on GitHub and Packagist. Although I tried to contact a few of the authors of cloned packages, most of them did not respond, which leads to unnecessary duplicates. This is the "official" URL of my Packagist package: https://packagist.org/packages/mso/idna-convert

mbrodala commented 8 years ago

Yeah, found that out in the meantime. Would you mind putting out a stable release? Right now we at TYPO3 would need to require 0.9.x-dev.

ghost commented 8 years ago

Sure, will do. Expect it until the end of the week.

mbrodala commented 8 years ago

Thanks.

ghost commented 8 years ago

Hi,

require {
      "mso/idna-convert": "0.9.*"
}

should work fine now

mbrodala commented 8 years ago

Thanks, I'll give it a try. :-)