Skip to content

Commit

Permalink
chore(deps): bump ramsey/composer-repl-lib to ^1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 17, 2022
1 parent fad2fac commit 2455361
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 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.4.1 - 2022-04-16

### Added

- Nothing.

### Changed

- Bump ramsey/composer-repl-lib to ^1.1.

### Deprecated

- Nothing.

### Removed

- Remove support for Composer plugin API version ^1.1.

### Fixed

- Nothing.

## 1.4.0 - 2022-01-18

### Added
Expand Down
16 changes: 4 additions & 12 deletions captainhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
"verbosity": "normal"
},
"commit-msg": {
"enabled": true,
"actions": [
{
"action": "\\Ramsey\\CaptainHook\\ValidateConventionalCommit"
}
]
"enabled": false,
"actions": []
},
"pre-push": {
"enabled": false,
Expand Down Expand Up @@ -41,12 +37,8 @@
]
},
"prepare-commit-msg": {
"enabled": true,
"actions": [
{
"action": "\\Ramsey\\CaptainHook\\PrepareConventionalCommit"
}
]
"enabled": false,
"actions": []
},
"post-commit": {
"enabled": false,
Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,21 @@
],
"require": {
"php": "^7.4 || ^8",
"composer-plugin-api": "^1.1 || ^2",
"ramsey/composer-repl-lib": "^1.0"
"composer-plugin-api": "^2",
"ramsey/composer-repl-lib": "^1.1"
},
"require-dev": {
"ramsey/devtools": "^1.3"
"captainhook/captainhook": "^5.10",
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.25",
"roave/security-advisories": "dev-latest"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"captainhook/plugin-composer": true,
"ramsey/devtools": true
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
Expand Down

0 comments on commit 2455361

Please sign in to comment.