Skip to content

Commit

Permalink
Merge pull request #375 from ergebnis/feature/composer
Browse files Browse the repository at this point in the history
Enhancement: Require composer/composer:^1.10.0
  • Loading branch information
localheinz authored Mar 11, 2020
2 parents be25bae + 28d1178 commit 9f8cd4e
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 20 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.

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

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

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

0 comments on commit 9f8cd4e

Please sign in to comment.