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 191B

123456789
  1. {
  2. "require-dev": {
  3. "phpunit/phpunit": "~6.5",
  4. "behat/behat": "~3.5.0",
  5. "guzzlehttp/guzzle": "6.3.3",
  6. "jarnaiz/behat-junit-formatter": "^1.3",
  7. "sabre/dav": "3.2.3"
  8. }
  9. }