sixty-nine / DrupalTesting

PHPUnit with Drupal 7
4 stars 6 forks source link

Remove drupal connector dependency from composer.json #17

Closed andreiashu closed 10 years ago

andreiashu commented 10 years ago

Otherwise you'll get the below issue:

$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for liip/drupal-testing dev-master -> satisfiable by liip/drupal-testing[dev-master].
    - liip/drupal-testing dev-master requires liip/drupalconnectormodule dev-master -> no matching package found
.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.