diff --git a/Makefile b/Makefile index 4f10de0d..7d0abbb0 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ install-plugin: update-dependencies: ${COMPOSER} config extra.symfony.require "~${SYMFONY_VERSION}" - ${COMPOSER} require --dev donatj/mock-webserver:^2.1 --no-scripts --no-update + ${COMPOSER} require --dev donatj/mock-webserver:2.7.0 --no-scripts --no-update ${COMPOSER} update -n install-sylius: diff --git a/composer.json b/composer.json index 9475d76e..a3571913 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "webmozart/assert": "^1.8" }, "require-dev": { - "donatj/mock-webserver": "2.6.1", + "donatj/mock-webserver": "2.7.0", "friendsoftwig/twigcs": "6.0.0", "j13k/yaml-lint": "1.1.4", "php-parallel-lint/php-parallel-lint": "1.3.2",