Skip to content

Commit 3336f30

Browse files
authored
Merge pull request #60 from smeghead/fix-require-vendor-credits
fix: fix php-vendor-credits version in require.(composer.json)
2 parents 00f84b7 + e5a4367 commit 3336f30

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
### Bug fix
4+
5+
* fix php-vendor-credits version in require.(composer.json)
6+
37
### Documentation
48

59
* cleanup directory. moved image files.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"phpunit/phpunit": "^9.5",
1717
"clue/phar-composer": "^1.2",
1818
"phpstan/phpstan": "^1.10",
19-
"smeghead/php-vendor-credits": "^0.0.4"
19+
"smeghead/php-vendor-credits": "~0.0.4"
2020
},
2121
"license": "Apache-2.0",
2222
"autoload": {
@@ -39,6 +39,9 @@
3939
],
4040
"phpstan": [
4141
"vendor/bin/phpstan analyse"
42+
],
43+
"update-vendor-credits": [
44+
"vendor/bin/php-vendor-credits . > CREDITS"
4245
]
4346
},
4447
"bin": [

0 commit comments

Comments
 (0)