We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d49335 commit b3af657Copy full SHA for b3af657
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "icanboogie/cldr",
+ "name": "datingvip/cldr",
3
"type": "library",
4
"description": "An API to localize applications using Unicode's CLDR",
5
"keywords": [
@@ -21,8 +21,8 @@
21
}
22
],
23
"support": {
24
- "issues": "https://github.com/ICanBoogie/CLDR/issues",
25
- "source": "https://github.com/ICanBoogie/CLDR"
+ "issues": "https://github.com/DatingVIP/CLDR/issues",
+ "source": "https://github.com/DatingVIP/CLDR"
26
},
27
"config": {
28
"sort-packages": true
@@ -32,7 +32,7 @@
32
"ext-curl": "*",
33
"ext-json": "*",
34
"ext-mbstring": "*",
35
- "icanboogie/common": "^1.3",
+ "icanboogie/common": "^1.3|^2.0|^6.0",
36
"icanboogie/accessor": "^3.0|^4.0"
37
38
"require-dev": {
0 commit comments