File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jeremykendall/php-domain-parser" ,
3
3
"description" : " Public Suffix List based URL parsing implemented in PHP." ,
4
+ "homepage" : " https://github.com/jeremykendall/php-domain-parser" ,
5
+ "support" : {
6
+ "issues" : " https://github.com/jeremykendall/php-domain-parser/issues" ,
7
+ "source" : " https://github.com/jeremykendall/php-domain-parser"
8
+ },
4
9
"license" : " MIT" ,
5
10
"authors" : [
6
11
{
7
12
"name" : " Jeremy Kendall" ,
8
13
"homepage" : " http://about.me/jeremykendall" ,
9
14
"role" : " Developer"
15
+ },
16
+ {
17
+ "name" : " Contributors" ,
18
+ "homepage" : " https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
10
19
}
11
20
],
12
21
"bin" : [
25
34
"ext-mbstring" : " *"
26
35
},
27
36
"require-dev" : {
28
- "mikey179/vfsStream" : " 1.2. *" ,
37
+ "mikey179/vfsStream" : " 1.*" ,
29
38
"phpunit/phpunit" : " 4.*"
30
39
},
31
40
"autoload" : {
You can’t perform that action at this time.
0 commit comments