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

1234567891011
  1. {
  2. "require-dev": {
  3. "phpunit/phpunit": "^9",
  4. "dms/phpunit-arraysubset-asserts": "^0.4",
  5. "behat/behat": "~3.10.0",
  6. "guzzlehttp/guzzle": "7.4.2",
  7. "jarnaiz/behat-junit-formatter": "^1.3",
  8. "sabre/dav": "4.3.1",
  9. "symfony/event-dispatcher": "~5.3"
  10. }
  11. }