aquifer / aquifer-coder

Coding standards sniffing and linting utility.
GNU General Public License v2.0
1 stars 2 forks source link

Unable to install due to composer #1

Closed ccjjmartin closed 8 years ago

ccjjmartin commented 8 years ago
Could not download aquifer-coder: Error: Command failed: /bin/sh -c cd /Users/fourkitchens/www/aquifer-inope/.aquifer && npm install --save aquifer-coder
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
npm WARN package.json @ No README data
npm WARN package.json @ No license field.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for fabpot/goutte v3.1.1 -> satisfiable by fabpot/goutte[v3.1.1].
    - fabpot/goutte v3.1.1 requires php >=5.5.0 -> your PHP version (5.4.45) or "config.platform.php" value does not satisfy that requirement.
  Problem 2
    - Installation request for guzzlehttp/guzzle 6.1.0 -> satisfiable by guzzlehttp/guzzle[6.1.0].
    - guzzlehttp/guzzle 6.1.0 requires php >=5.5.0 -> your PHP version (5.4.45) or "config.platform.php" value does not satisfy that requirement.
  Problem 3
    - Installation request for guzzlehttp/promises 1.0.2 -> satisfiable by guzzlehttp/promises[1.0.2].
    - guzzlehttp/promises 1.0.2 requires php >=5.5.0 -> your PHP version (5.4.45) or "config.platform.php" value does not satisfy that requirement.
  Problem 4
    - fabpot/goutte v3.1.1 requires php >=5.5.0 -> your PHP version (5.4.45) or "config.platform.php" value does not satisfy that requirement.
    - behat/mink-goutte-driver v1.2.0 requires fabpot/goutte ~1.0.4|~2.0|~3.1 -> satisfiable by fabpot/goutte[v3.1.1].
    - Installation request for behat/mink-goutte-driver v1.2.0 -> satisfiable by behat/mink-goutte-driver[v1.2.0].

npm ERR! Darwin 13.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "aquifer-coder"
npm ERR! node v4.1.0
npm ERR! npm  v2.14.3
npm ERR! code ELIFECYCLE

npm ERR! aquifer-coder@1.0.4 postinstall: `composer install`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the aquifer-coder@1.0.4 postinstall script 'composer install'.
npm ERR! This is most likely a problem with the aquifer-coder package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     composer install
npm ERR! You can get their info via:
npm ERR!     npm owner ls aquifer-coder
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/fourkitchens/www/aquifer-inope/.aquifer/npm-debug.log
patrickocoffeyo commented 8 years ago

I think I have resolved this issue with the latest release: https://www.npmjs.com/package/aquifer-coder

I went ahead and published it, because there's no reason for us to check the composer lock file into this repository anyhow.