We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00f84b7 + e5a4367 commit 3336f30Copy full SHA for 3336f30
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+### Bug fix
4
+
5
+ * fix php-vendor-credits version in require.(composer.json)
6
7
### Documentation
8
9
* cleanup directory. moved image files.
composer.json
@@ -16,7 +16,7 @@
16
"phpunit/phpunit": "^9.5",
17
"clue/phar-composer": "^1.2",
18
"phpstan/phpstan": "^1.10",
19
- "smeghead/php-vendor-credits": "^0.0.4"
+ "smeghead/php-vendor-credits": "~0.0.4"
20
},
21
"license": "Apache-2.0",
22
"autoload": {
@@ -39,6 +39,9 @@
39
],
40
"phpstan": [
41
"vendor/bin/phpstan analyse"
42
+ ],
43
+ "update-vendor-credits": [
44
+ "vendor/bin/php-vendor-credits . > CREDITS"
45
]
46
47
"bin": [
0 commit comments