Skip to content

Commit b4327c5

Browse files
committed
prepared padawan for installing through composer global
1 parent 181b45b commit b4327c5

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mkusher/padawan.php",
2+
"name": "mkusher/padawan",
33
"description": "Smart php completion server",
44
"authors": [
55
{
@@ -10,6 +10,7 @@
1010
"autoload":{
1111
"psr-4":{"":"src/"}
1212
},
13+
"bin": ["bin/padawan", "bin/padawan-server"],
1314
"license": "MIT",
1415
"require": {
1516
"phine/path": "~1.0",

0 commit comments

Comments
 (0)