Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkal committed Sep 1, 2023
1 parent dae061c commit 66a6cf0
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "zjkal/time-helper",
"description": "一个简单快捷的PHP日期时间助手类库。 <br/>a smart PHP datetime helper library.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "zjkal",
"email": "[email protected]"
"name": "zjkal/time-helper",
"description": "一个简单快捷的PHP日期时间助手类库。 a smart PHP datetime helper library.",
"keywords": ["php", "datetime", "helper", "time", "date", "zjkal"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "zjkal",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"zjkal\\": "src/"
}
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"zjkal\\": "src/"
}
}
}

0 comments on commit 66a6cf0

Please sign in to comment.