{
  "name": "biceps/testing",
  "description": "BICEPS Testing",
  "license": "LGPL-3.0+",
  "config": {
    "vendor-dir": "libraries",
    "bin-dir": "bin"
  },
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/codesource/selenium-behat.git"
    }
  ],
  "require": {
    "ext-curl": "*",
    "ext-json": "*",
    "behat/behat": "*",
    "behat/mink-extension": "*",
    "behat/mink-goutte-driver": "*",
    "behat/mink-selenium2-driver": "*",
    "se/selenium-server-standalone": "*",
    "cdsrc/selenium-behat": "dev-master"
  },
  "autoload": {
    "psr-0": {"":"tests/Bootstrap"}
  }
}
