Skip to content

Commit 5f770d2

Browse files
committed
feat(dev): PHP Commitizen added
PHP Commitizen added to use Conventional Commit specs.
1 parent d5eeb86 commit 5f770d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
]
4242
},
4343
"scripts": {
44+
"commit": "vendor/bin/php-commitizen commit",
4445
"unit-tests": "vendor/bin/codecept run unit --coverage",
4546
"phpstan": "vendor/bin/phpstan analyse -l 4 src",
4647
"phpcs": "vendor/bin/phpcs --standard=PSR12 src tests",

0 commit comments

Comments
 (0)