Skip to content

Commit b3d054c

Browse files
committed
Merge pull request #4 from grogy/setup-in-bin
added run PHP lint to bin
2 parents c8d5f40 + 4221dc6 commit b3d054c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"classmap": [
1414
"./"
1515
]
16-
}
16+
},
17+
"bin": ["run"]
1718
}

run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env php
2+
<?php
3+
4+
require __DIR__ . '/run.php';

0 commit comments

Comments
 (0)