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

12345678910
  1. {
  2. "require-dev": {
  3. "phpunit/phpunit": "~6.5",
  4. "behat/behat": "~3.6.1",
  5. "guzzlehttp/guzzle": "6.5.2",
  6. "jarnaiz/behat-junit-formatter": "^1.3",
  7. "sabre/dav": "3.2.3",
  8. "symfony/event-dispatcher": "~4.4"
  9. }
  10. }