Skip to content

Commit

Permalink
Add generated changelog situations where not all items are labeled
Browse files Browse the repository at this point in the history
Refs: #69
  • Loading branch information
WyriHaximus committed Jan 22, 2022
1 parent cd4d35e commit 55bd223
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 349 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"require": {
"php": "^7.4.0 || ^8.0.0",
"ext-mbstring": "*",
"ocramius/package-versions": "^1.3.0 || ^2.0.0",
"ocramius/package-versions": "^2.0.0",
"php-http/curl-client": "^2.0",
"php-http/discovery": "^1.6",
"php-http/httplug": "^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"symfony/console": "^4.0.0 || ^5.0.0",
"symfony/console": "^5.0.0",
"laminas/laminas-diactoros": "^2.1.0"
},
"require-dev": {
Expand All @@ -44,6 +44,10 @@
"sort-packages": true,
"platform": {
"php": "7.4.7"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit 55bd223

Please sign in to comment.