metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 156 forks source link

Composer update error #137

Closed sebbio closed 6 years ago

sebbio commented 6 years ago

Warning: Ambiguous class resolution, "Metaregistrar\EPP\euridEppInfoDomainRequest" was found in both "PATH\vendor/metaregistrar/php-epp-clien t/Protocols/EPP\eppExtensions\authInfo-1.1\eppRequests\euridEppInfoDomainRequest.php" and "PATH\vendor/metaregistrar/php-epp-client/Protocols /EPP\eppExtensions\registrar-1.0\eppRequests\euridEppInfoDomainRequest.php", the first will be used. Warning: Ambiguous class resolution, "Metaregistrar\EPP\euridEppInfoDomainResponse" was found in both "PATH/metaregistrar/php-epp-clie nt/Protocols/EPP\eppExtensions\authInfo-1.1\eppResponses\euridEppInfoDomainResponse.php" and "PATH/metaregistrar/php-epp-client/Protoc ols/EPP\eppExtensions\registrar-1.0\eppResponses\euridEppInfoDomainResponse.php", the first will be used.

metaregistrar commented 6 years ago

Hi Sebbio,

We are aware of this problem, please ignore it for now. The same functions were used for 2 separate registrar extensions, and we do have to find a way to fix this without breaking user implementations.