Skip to content

Commit

Permalink
feat(composer): add changelogs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 4, 2024
1 parent 9f61dcc commit a662315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.6",
"pyrech/composer-changelogs": "^2.1",
"roave/security-advisories": "dev-master",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
Expand All @@ -80,7 +81,8 @@
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"pyrech/composer-changelogs": true
},
"sort-packages": true
},
Expand Down

0 comments on commit a662315

Please sign in to comment.