Skip to content

Commit e4b0b80

Browse files
author
Jeremy Kendall
committed
Adds parser example to bin, removes ctagger dev dependency
1 parent 33b962c commit e4b0b80

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"bin": [
13+
"bin/parser",
1314
"bin/pdp-psl"
1415
],
1516
"keywords": [
@@ -23,20 +24,11 @@
2324
},
2425
"require-dev": {
2526
"mikey179/vfsStream": "1.1.*",
26-
"jeremykendall/phpctagger": "0.0.*",
2727
"phpunit/phpunit": "3.7.*"
2828
},
2929
"autoload": {
3030
"psr-0": {
3131
"Pdp\\": "library/"
3232
}
33-
},
34-
"scripts": {
35-
"post-install-cmd": [
36-
"PhpCtagger\\Composer\\Script\\Ctagger::ctag"
37-
],
38-
"post-update-cmd": [
39-
"PhpCtagger\\Composer\\Script\\Ctagger::ctag"
40-
]
4133
}
4234
}

0 commit comments

Comments
 (0)