Skip to content

Commit 90aa3b1

Browse files
committed
Tweak composer
1 parent 62dbca2 commit 90aa3b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "xoops/regdom",
33
"description": "OO adaptation of Florian Sager's regdom library for querying Mozilla Public Suffix List",
4-
"version": "2.0.0-alpha-1",
54
"keywords": [
65
"public",
76
"suffix",
87
"tld",
98
"regdom"
109
],
11-
"homepage": "https://github.com/xoops/RegDom",
10+
"homepage": "https://github.com/XOOPS/RegDom",
1211
"type": "library",
1312
"license": "Apache-2.0",
1413
"authors": [
@@ -26,12 +25,12 @@
2625
},
2726
"autoload": {
2827
"psr-4": {
29-
"Xoops\\Regdom\\": "src/"
28+
"Xoops\\RegDom\\": "src/"
3029
}
3130
},
3231
"autoload-dev": {
3332
"psr-4": {
34-
"Xoops\\Regdom\\": "tests/unit/"
33+
"Xoops\\RegDom\\": "tests/unit/"
3534
}
3635
},
3736

0 commit comments

Comments
 (0)