Skip to content

Commit e2d0583

Browse files
committed
Add 'bin' entry to composer.json
1 parent 73e2f81 commit e2d0583

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

100644100755
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"psr-4": {
1818
"Aboks\\PhpSrcDevtools\\": "src/"
1919
}
20-
}
20+
},
21+
"bin": [
22+
"bin/php-src-devtools"
23+
]
2124
}

0 commit comments

Comments
 (0)