Open mariuswilms opened 11 years ago
The novutec packages are not on packagist (at least, not this repository. A fork is registered by 3name, but i'm not sure how up to date that one is). Maybe novutec can register the package on packagist?
In the meantime you need to add the novutec repositories to your composer.json like so : "repositories": [ { "type": "vcs", "url": "https://github.com/novutec/WhoisParser" }, { "type": "vcs", "url": "https://github.com/novutec/DomainParser" } ],
Afterwards composer should be able to read those repositories and install the package succesfully.
Thank you for your feedback - we will add that.
When I try to install via
composer install
, the installation fails. It seems the dependency isn't listed with packagist yet.