Skip to content

Commit abdf530

Browse files
committed
ci(integration): Update integration dependencies to be installable
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 9751e4a commit abdf530

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build/integration/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "~6.5",
4-
"behat/behat": "~3.12.0",
5-
"guzzlehttp/guzzle": "7.5.0",
3+
"phpunit/phpunit": "^8.5",
4+
"behat/behat": "^3.12.0",
5+
"guzzlehttp/guzzle": "^7.6.0",
66
"jarnaiz/behat-junit-formatter": "^1.3",
7-
"sabre/dav": "4.4.0",
8-
"symfony/event-dispatcher": "~5.3"
7+
"sabre/dav": "^4.4.0",
8+
"symfony/event-dispatcher": "^5.3"
99
}
1010
}

0 commit comments

Comments
 (0)