We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b5780 commit fee872fCopy full SHA for fee872f
1 file changed
lib/lifecycles/bump.js
@@ -50,12 +50,14 @@ Bump.getUpdatedConfigs = function () {
50
Bump.pkgFiles = [
51
'package.json',
52
'bower.json',
53
- 'manifest.json'
+ 'manifest.json',
54
+ 'composer.json'
55
]
56
57
Bump.lockFiles = [
58
'package-lock.json',
- 'npm-shrinkwrap.json'
59
+ 'npm-shrinkwrap.json',
60
+ 'composer.lock'
61
62
63
function getReleaseType (prerelease, expectedReleaseType, currentVersion) {
0 commit comments