Skip to content

Commit 6b02048

Browse files
authored
Merge pull request #2 from vaimo/feature/composer-changelogs-1.0
Require vaimo/composer-changelogs: ^1.0
2 parents b8b03e4 + cea24be commit 6b02048

File tree

4 files changed

+345
-60
lines changed

4 files changed

+345
-60
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
_This file has been auto-generated from the contents of changelog.json_
44

5-
## 1.6.0
5+
## 1.7.1
6+
7+
require vaimo/composer-changelogs: ^1.0
8+
Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.1) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.7.0...1.7.1)
9+
10+
## 1.7.0 (2022-04-13)
11+
12+
composer 2.3 support
13+
Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.0) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.6.0...1.7.0)
14+
15+
## 1.6.0 (2019-02-20)
616

717
### Feature
818

changelog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"1.7.1": {
3+
"overview": [
4+
"require vaimo/composer-changelogs: ^1.0"
5+
]
6+
},
7+
"1.7.0": {
8+
"overview": [
9+
"composer 2.3 support"
10+
]
11+
},
212
"1.6.0": {
313
"feature": [
414
"allow glob patterns in repository path definitions to support deeper/grouped repository setups"

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"composer-plugin-api": "^1.0 || ^2.0"
1515
},
1616
"require-dev": {
17-
"vaimo/composer-changelogs": "^0.13.1"
17+
"vaimo/composer-changelogs": "^1.0"
1818
},
1919
"support": {
2020
"source": "https://github.com/vaimo/composer-repository-bundle",
@@ -45,5 +45,10 @@
4545
"psr-4": {
4646
"Vaimo\\ComposerRepositoryBundle\\": "src"
4747
}
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"vaimo/composer-changelogs": true
52+
}
4853
}
4954
}

0 commit comments

Comments
 (0)