File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2013-2020 , Alexander Yancharuk
3
+ Copyright (c) 2013-2021 , Alexander Yancharuk
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Read more on [SemVer.org](http://semver.org).
76
76
77
77
[ Conventional commits src ] : https://conventionalcommits.org
78
78
[ Conventional commits badge ] : https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
79
- [ Release img ] : https://img.shields.io/badge/release-1.0.3 -brightgreen.svg
79
+ [ Release img ] : https://img.shields.io/badge/release-1.0.4 -brightgreen.svg
80
80
[ Release src ] : https://github.com/nafigator/php-qa-hooks
81
81
[ pre-commit img ] : https://github.com/nafigator/git-hooks/raw/master/.images/pre-commit.jpg
82
82
[ License img ] : https://img.shields.io/badge/license-MIT-brightgreen.svg
Original file line number Diff line number Diff line change 3
3
"description" : " Git hooks for PHP commits QA." ,
4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
6
- "version" : " 1.0.3 " ,
6
+ "version" : " 1.0.4 " ,
7
7
"authors" : [{
8
8
"name" : " Yancharuk Alexander" ,
9
9
"role" : " developer"
17
17
"exclude-from-classmap" : [" /src/" , " /.images/" ]
18
18
},
19
19
"require" : {
20
- "nafigator/bash-helpers" : " 0.* " ,
20
+ "nafigator/bash-helpers" : " 1.0.0 " ,
21
21
"squizlabs/php_codesniffer" : " 3.*" ,
22
22
"neronmoon/scriptsdev" : " 0.*" ,
23
23
"phpunit/phpunit" : " *"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd ${PROJECT_PATH}/vendor/nafigator
17
17
18
18
cd - > /dev/null
19
19
20
- VERSION=1.0.3
20
+ VERSION=1.0.4
21
21
INTERACTIVE=$( git_config_bool check.php.colors ${PROJECT_PATH} )
22
22
23
23
shift $(( OPTIND- 1 ))
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cd ${PROJECT_PATH}/vendor/nafigator
15
15
. bash-helpers/src/bash-helpers.sh
16
16
. php-qa-hooks/src/includes/pre-push.inc.sh
17
17
18
- VERSION=1.0.3
18
+ VERSION=1.0.4
19
19
INTERACTIVE=$( git_config_bool check.php.colors ${PROJECT_PATH} )
20
20
21
21
parse_options ${@ }
You can’t perform that action at this time.
0 commit comments