Skip to content

Commit 9605e26

Browse files
committed
Updates dev dependencies, adds additional metadata
1 parent 134a96f commit 9605e26

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "jeremykendall/php-domain-parser",
33
"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+
},
49
"license": "MIT",
510
"authors": [
611
{
712
"name": "Jeremy Kendall",
813
"homepage": "http://about.me/jeremykendall",
914
"role": "Developer"
15+
},
16+
{
17+
"name": "Contributors",
18+
"homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
1019
}
1120
],
1221
"bin": [
@@ -25,7 +34,7 @@
2534
"ext-mbstring": "*"
2635
},
2736
"require-dev": {
28-
"mikey179/vfsStream": "1.2.*",
37+
"mikey179/vfsStream": "1.*",
2938
"phpunit/phpunit": "4.*"
3039
},
3140
"autoload": {

0 commit comments

Comments
 (0)