Skip to content

Commit

Permalink
Fix: Drop support for composer/composer:^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 22, 2021
1 parent 13f1aca commit 91275f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ jobs:
- "7.4"
- "8.0"

composer-version:
- "1"
- "2"

dependencies:
- "lowest"
- "locked"
Expand All @@ -221,14 +217,10 @@ jobs:
extensions: "${{ env.PHP_EXTENSIONS }}"
ini-values: "${{ env.PHP_INI_VALUES }}"
php-version: "${{ matrix.php-version }}"
tools: "composer:v${{ matrix.composer-version }}"

- name: "Set up problem matchers for phpunit/phpunit"
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\""

- name: "Show composer version"
run: "composer --version"

- name: "Determine composer cache directory"
uses: "./.github/actions/composer/composer/determine-cache-directory"

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.15.0...main`][2.15.0...main].

### Changed

* Dropped support for `composer/composer:^1.0.0` ([#807]), by [@localheinz]

## [`2.15.0`][2.15.0]

For a full diff see [`2.14.0...2.15.0`][2.14.0...2.15.0].
Expand Down Expand Up @@ -732,6 +736,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#744]: https://github.com/ergebnis/composer-normalize/pull/744
[#750]: https://github.com/ergebnis/composer-normalize/pull/750
[#754]: https://github.com/ergebnis/composer-normalize/pull/754
[#807]: https://github.com/ergebnis/composer-normalize/pull/807

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"localheinz/diff": "^1.1.1"
},
"require-dev": {
"composer/composer": "^1.10.22 || ^2.0.13",
"composer/composer": "^2.0.13",
"ergebnis/license": "^1.1.0",
"ergebnis/php-cs-fixer-config": "^2.14.0",
"ergebnis/phpstan-rules": "~0.15.3",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 91275f3

Please sign in to comment.