summaryrefslogtreecommitdiffstats
path: root/build/integration/composer.json
blob: 0bba550cf78b1170feef49f1343ff25fc65f94b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "require-dev": {
    "phpunit/phpunit": "^9",
    "dms/phpunit-arraysubset-asserts": "^0.4",
    "behat/behat": "~3.13.0",
    "guzzlehttp/guzzle": "7.5.1",
    "jarnaiz/behat-junit-formatter": "^1.3",
    "sabre/dav": "4.4.0",
    "symfony/event-dispatcher": "~5.3"
  }
}