Skip to content

Commit

Permalink
deps: require composer/composer as a standard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Oct 26, 2020
1 parent dc9d93a commit 3ff2644
Show file tree
Hide file tree
Showing 3 changed files with 1,352 additions and 1,330 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.1.1 - 2020-10-26

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- require composer/composer as a standard (non-dev) dependency, since commit hooks do not call CaptainHook in the context of Composer

## 1.1.0 - 2020-10-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"ext-json": "*",
"captainhook/captainhook": "^5.3.3",
"composer-runtime-api": "^1.1 || ^2",
"composer/composer": "^1.1 || ^2.0",
"jawira/case-converter": "^3.3",
"opis/json-schema": "^1.0.8",
"symfony/console": "^5.1.3",
"symfony/filesystem": "^5.1",
"symfony/polyfill-php80": "^1.15"
},
"require-dev": {
"composer/composer": "^1.1 || ^2.0",
"ramsey/devtools": "^1.4",
"sebastianfeldmann/cli": "^3.3",
"sebastianfeldmann/git": "^3.3",
Expand Down
Loading

0 comments on commit 3ff2644

Please sign in to comment.