Skip to content

Commit

Permalink
Enhancement: Require composer/composer:^1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 11, 2020
1 parent be25bae commit 3a85f61
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "**"

env:
COMPOSER_VERSION: "1.9.3"
COMPOSER_VERSION: "1.10.0"
REQUIRED_PHP_EXTENSIONS: "mbstring"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "master"

env:
COMPOSER_VERSION: "1.9.3"
COMPOSER_VERSION: "1.10.0"
REQUIRED_PHP_EXTENSIONS: "mbstring"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"localheinz/diff": "^1.0.1"
},
"require-dev": {
"composer/composer": "^1.7.0",
"composer/composer": "^1.10.0",
"ergebnis/license": "~0.1.0",
"ergebnis/php-cs-fixer-config": "^2.1.0",
"ergebnis/phpstan-rules": "~0.14.3",
Expand Down
39 changes: 25 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a85f61

Please sign in to comment.