You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 275B

1234567891011121314
  1. {
  2. "require-dev": {
  3. "behat/behat": "^3.0",
  4. "behat/mink": "^1.5",
  5. "behat/mink-extension": "*",
  6. "behat/mink-selenium2-driver": "*",
  7. "phpunit/phpunit": "~4.6"
  8. },
  9. "autoload": {
  10. "psr-4": {
  11. "": ["features/bootstrap", "features/core"]
  12. }
  13. }
  14. }