Skip to content

Commit

Permalink
fix: fix php-vendor-credits version in require.(composer.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Mar 12, 2024
1 parent 00f84b7 commit e5a4367
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

### Bug fix

* fix php-vendor-credits version in require.(composer.json)

### Documentation

* cleanup directory. moved image files.
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"phpunit/phpunit": "^9.5",
"clue/phar-composer": "^1.2",
"phpstan/phpstan": "^1.10",
"smeghead/php-vendor-credits": "^0.0.4"
"smeghead/php-vendor-credits": "~0.0.4"
},
"license": "Apache-2.0",
"autoload": {
Expand All @@ -39,6 +39,9 @@
],
"phpstan": [
"vendor/bin/phpstan analyse"
],
"update-vendor-credits": [
"vendor/bin/php-vendor-credits . > CREDITS"
]
},
"bin": [
Expand Down

0 comments on commit e5a4367

Please sign in to comment.