Skip to content

Commit

Permalink
Merge pull request #411 from ergebnis/fix/composer
Browse files Browse the repository at this point in the history
Fix: Update composer/composer
  • Loading branch information
ergebnis-bot authored Apr 26, 2020
2 parents 92590f2 + 06603e0 commit 48633ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
- "master"

env:
COMPOSER_VERSION: "1.10.1"
COMPOSER_VERSION: "1.10.5"
REQUIRED_PHP_EXTENSIONS: "mbstring"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
- "**"

env:
COMPOSER_VERSION: "1.10.1"
COMPOSER_VERSION: "1.10.5"
REQUIRED_PHP_EXTENSIONS: "mbstring"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMPOSER_VERSION:=1.10.1
COMPOSER_VERSION:=1.10.5

.PHONY: it
it: coding-standards static-code-analysis tests ## Runs the coding-standards, static-code-analysis, and tests targets
Expand Down

0 comments on commit 48633ea

Please sign in to comment.