Skip to content

Commit b3af657

Browse files
committed
composer: declare fork
1 parent 3d49335 commit b3af657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "icanboogie/cldr",
2+
"name": "datingvip/cldr",
33
"type": "library",
44
"description": "An API to localize applications using Unicode's CLDR",
55
"keywords": [
@@ -21,8 +21,8 @@
2121
}
2222
],
2323
"support": {
24-
"issues": "https://github.com/ICanBoogie/CLDR/issues",
25-
"source": "https://github.com/ICanBoogie/CLDR"
24+
"issues": "https://github.com/DatingVIP/CLDR/issues",
25+
"source": "https://github.com/DatingVIP/CLDR"
2626
},
2727
"config": {
2828
"sort-packages": true
@@ -32,7 +32,7 @@
3232
"ext-curl": "*",
3333
"ext-json": "*",
3434
"ext-mbstring": "*",
35-
"icanboogie/common": "^1.3",
35+
"icanboogie/common": "^1.3|^2.0|^6.0",
3636
"icanboogie/accessor": "^3.0|^4.0"
3737
},
3838
"require-dev": {

0 commit comments

Comments
 (0)