Skip to content

Commit

Permalink
Merge pull request #171 from synolia/fix/version
Browse files Browse the repository at this point in the history
fix donatj/mock-webserver's version as its broken in newer
  • Loading branch information
TheGrimmChester authored Nov 1, 2023
2 parents 68b8047 + f289e16 commit c4917ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c4917ac

Please sign in to comment.