Skip to content

Commit 98884c3

Browse files
committed
chore: Update bash-helpers dependency
1 parent bdf23c6 commit 98884c3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2013-2020, Alexander Yancharuk
3+
Copyright (c) 2013-2021, Alexander Yancharuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Read more on [SemVer.org](http://semver.org).
7676

7777
[Conventional commits src]: https://conventionalcommits.org
7878
[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
8080
[Release src]: https://github.com/nafigator/php-qa-hooks
8181
[pre-commit img]: https://github.com/nafigator/git-hooks/raw/master/.images/pre-commit.jpg
8282
[License img]: https://img.shields.io/badge/license-MIT-brightgreen.svg

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Git hooks for PHP commits QA.",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"authors": [{
88
"name": "Yancharuk Alexander",
99
"role": "developer"
@@ -17,7 +17,7 @@
1717
"exclude-from-classmap": ["/src/", "/.images/"]
1818
},
1919
"require": {
20-
"nafigator/bash-helpers": "0.*",
20+
"nafigator/bash-helpers": "1.0.0",
2121
"squizlabs/php_codesniffer": "3.*",
2222
"neronmoon/scriptsdev": "0.*",
2323
"phpunit/phpunit": "*"

src/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd ${PROJECT_PATH}/vendor/nafigator
1717

1818
cd - >/dev/null
1919

20-
VERSION=1.0.3
20+
VERSION=1.0.4
2121
INTERACTIVE=$(git_config_bool check.php.colors ${PROJECT_PATH})
2222

2323
shift $((OPTIND-1))

src/pre-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd ${PROJECT_PATH}/vendor/nafigator
1515
. bash-helpers/src/bash-helpers.sh
1616
. php-qa-hooks/src/includes/pre-push.inc.sh
1717

18-
VERSION=1.0.3
18+
VERSION=1.0.4
1919
INTERACTIVE=$(git_config_bool check.php.colors ${PROJECT_PATH})
2020

2121
parse_options ${@}

0 commit comments

Comments
 (0)