Skip to content

Commit

Permalink
chore: update composer.json and fix auto-changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 12, 2022
1 parent 1ba6085 commit 6949831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"sort-packages": true
},
"scripts": {
"changelog-unreleased": "auto_changelog -c .auto-changelog -u",
"changelog-version": "auto_changelog -c .auto-changelog -v",
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
"changelog-version": "auto-changelog -c .auto-changelog -v",
"doc-server": "sphinx-autobuild ./docs ./build/docs",
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2",
Expand Down

0 comments on commit 6949831

Please sign in to comment.