We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b962c commit e4b0b80Copy full SHA for e4b0b80
composer.json
@@ -10,6 +10,7 @@
10
}
11
],
12
"bin": [
13
+ "bin/parser",
14
"bin/pdp-psl"
15
16
"keywords": [
@@ -23,20 +24,11 @@
23
24
},
25
"require-dev": {
26
"mikey179/vfsStream": "1.1.*",
- "jeremykendall/phpctagger": "0.0.*",
27
"phpunit/phpunit": "3.7.*"
28
29
"autoload": {
30
"psr-0": {
31
"Pdp\\": "library/"
32
33
- },
34
- "scripts": {
35
- "post-install-cmd": [
36
- "PhpCtagger\\Composer\\Script\\Ctagger::ctag"
37
- ],
38
- "post-update-cmd": [
39
40
- ]
41
42
0 commit comments