mmucklo / email-parse

Email\Parse is a multiple (and single) email address parser for php that is reasonably RFC822 / RFC2822 compliant.
MIT License
46 stars 14 forks source link

Fails to install with composer #1

Closed Petah closed 11 years ago

Petah commented 11 years ago

Fails to install with composer:

oodle/email-parse dev-master requires pear-pear/net_idna2 * -> no matching package found.
mmucklo commented 11 years ago

Oh, hm.

Thanks for notifying me, I should be able to take a look at things tomorrow,

--Matt

On Tue, Sep 3, 2013 at 4:35 PM, David Neilsen notifications@github.comwrote:

Fails to install with composer:

oodle/email-parse dev-master requires pear-pear/net_idna2 * -> no matching package found.

— Reply to this email directly or view it on GitHubhttps://github.com/oodle/email-parse/issues/1 .

mmucklo commented 11 years ago

I just tried installing, and it worked?

email-parse master php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
  - Installing pear-pear.php.net/net_idna2 (0.1.1)
    Downloading: 100%         
  - Installing psr/log (1.0.0)
    Downloading: 100%         

  - Installing zendframework/zend-stdlib (2.2.4)
    Downloading: 100%         

  - Installing zendframework/zend-validator (2.2.4)
    Downloading: 100%         

  - Installing phpunit/php-token-stream (1.2.0)
    Downloading: 100%         

  - Installing symfony/yaml (v2.3.4)
    Downloading: 100%         

  - Installing phpunit/php-text-template (1.1.4)
    Downloading: 100%         

  - Installing phpunit/phpunit-mock-objects (1.2.3)
    Downloading: 100%         

  - Installing phpunit/php-timer (1.0.5)
    Downloading: 100%         

  - Installing phpunit/php-file-iterator (1.3.3)
    Downloading: 100%         

  - Installing phpunit/php-code-coverage (1.2.12)
    Downloading: 100%         

  - Installing phpunit/phpunit (3.7.24)
    Downloading: 100%         

zendframework/zend-stdlib suggests installing zendframework/zend-eventmanager (To support aggregate hydrator usage)
zendframework/zend-stdlib suggests installing zendframework/zend-servicemanager (To support hydrator plugin manager usage)
zendframework/zend-validator suggests installing zendframework/zend-db (Zend\Db component)
zendframework/zend-validator suggests installing zendframework/zend-filter (Zend\Filter component, required by the Digits validator)
zendframework/zend-validator suggests installing zendframework/zend-i18n (Zend\I18n component to allow translation of validation error messages as well as to use the various Date validators)
zendframework/zend-validator suggests installing zendframework/zend-math (Zend\Math component)
zendframework/zend-validator suggests installing zendframework/zend-resources (Translations of validator messages)
zendframework/zend-validator suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component to allow using the ValidatorPluginManager and validator chains)
phpunit/phpunit suggests installing phpunit/php-invoker (>=1.1.0,<1.2.0)
Generating autoload files
mmucklo commented 11 years ago

Update - I tried installing as part of another composer project and ran into the error you mentioned.

I'll have to look into it hopefully later today...

Petah commented 11 years ago

Nice work