forked from 6tail/tyme4php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 915 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "6tail/tyme4php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "6tail",
"email": "6tail@6tail.cn",
"homepage": "https://6tail.cn"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=8.1",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"com\\tyme\\": "src/"
}
},
"homepage": "https://github.com/6tail/tyme4php",
"keywords": [
"公历",
"农历",
"星座",
"干支",
"生肖",
"节气",
"法定假日"
],
"description": "Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。"
}