+11
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,12 +3,22 @@ | ||
"description": "Date class for PHP (without time)",
|
||
"type": "library",
|
||
"license": "MIT",
|
||
"keywords": ["date", "calendar", "gregorian", "julian day"],
|
||
"homepage": "https://sandfox.dev/php/date.html",
|
||
"authors": [
|
||
{
|
||
"name": "Anton Smirnov",
|
||
"email": "sandfox+git@sandfox.me"
|
||
"email": "sandfox+composer@sandfox.me",
|
||
"homepage": "https://sandfox.me/",
|
||
"role": "developer"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "https://gitlab.com/sandfox/php-date/-/issues",
|
||
"source": "https://gitlab.com/sandfox/php-date",
|
||
"docs": "https://php-date.readthedocs.io/",
|
||
"chat": "https://gitter.im/arokettu/community"
|
||
},
|
||
"config": {
|
||
"allow-plugins": {
|
||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||
Loading