Skip to content

Commit

Permalink
minor #208 Removed unused bin reference in composer.json (michnovka)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x-dev branch.

Discussion
----------

Removed unused bin reference in composer.json

Fixes #207

The script was removed in https://github.com/Elao/PhpEnums/releases/tag/v2.1.0 so the presence in composer.json triggers a warning.

Commits
-------

4487ed9 Removed unused bin reference in composer.json
  • Loading branch information
ogizanagi committed Dec 13, 2022
2 parents d32d60a + 4487ed9 commit 96c2be4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"homepage": "https://github.com/ogizanagi"
}
],
"bin": [
"bin/elao-enum-dump-js"
],
"autoload": {
"psr-4": {
"Elao\\Enum\\": "src/"
Expand Down

0 comments on commit 96c2be4

Please sign in to comment.