File tree Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Original file line number Diff line number Diff line change 9
9
"role" : " Developer"
10
10
}
11
11
],
12
- "bin" : [" bin/pdp-psl" ],
13
- "keywords" : [" Public Suffix List" , " domain parsing" , " url parsing" ],
12
+ "bin" : [
13
+ " bin/pdp-psl"
14
+ ],
15
+ "keywords" : [
16
+ " Public Suffix List" ,
17
+ " domain parsing" ,
18
+ " url parsing"
19
+ ],
14
20
"require" : {
15
21
"php" : " >=5.3.0" ,
16
22
"ext-curl" : " *"
17
23
},
18
- "require-dev" : {
19
- "mikey179/vfsStream" : " 1.1.*" ,
20
- "jeremykendall/phpctagger" : " 0.0.*"
21
- },
22
- "autoload" : {
23
- "psr-0 " :
24
- {
25
- "Pdp\\ " : " library/"
26
- }
27
- },
28
- "scripts" : {
29
- "post-install-cmd" : [
30
- " PhpCtagger\\ Composer\\ Script\\ Ctagger::ctag"
31
- ],
32
- "post-update-cmd" : [
33
- " PhpCtagger\\ Composer\\ Script\\ Ctagger::ctag"
34
- ]
35
- }
24
+ "require-dev" : {
25
+ "mikey179/vfsStream" : " 1.1.*" ,
26
+ "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
+ " PhpCtagger\\ Composer\\ Script\\ Ctagger::ctag"
40
+ ]
41
+ }
36
42
}
You can’t perform that action at this time.
0 commit comments