Skip to content

Commit

Permalink
Merge pull request #3 from vaimo/fix/plugin-remaining-methods
Browse files Browse the repository at this point in the history
Implement the remaining methods in Vaimo/ComposerRepositoryBundle/Plugin
  • Loading branch information
urmo authored May 4, 2022
2 parents 6b02048 + 2f30985 commit 58ed8ba
Show file tree
Hide file tree
Showing 5 changed files with 1,802 additions and 56 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

## 1.7.1
## 1.7.2

### Fix

* implement the remaining methods in Vaimo\ComposerRepositoryBundle\Plugin

Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.2) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.7.1...1.7.2)

## 1.7.1 (2022-05-04)

require vaimo/composer-changelogs: ^1.0
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)
Expand Down
5 changes: 5 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"1.7.2": {
"fix": [
"implement the remaining methods in Vaimo\\ComposerRepositoryBundle\\Plugin"
]
},
"1.7.1": {
"overview": [
"require vaimo/composer-changelogs: ^1.0"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"vaimo/composer-changelogs": "^1.0"
"vaimo/composer-changelogs": "^1.0",
"composer/composer": "^2.0"
},
"support": {
"source": "https://github.com/vaimo/composer-repository-bundle",
Expand Down
Loading

0 comments on commit 58ed8ba

Please sign in to comment.