forked from danielstjules/php-pretty-datetime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
37
38
39
40
41
42
{
"name": "detain/php-pretty-datetime",
"description": "Generates human-readable strings for PHP DateTime objects",
"keywords": [
"human",
"readable",
"pretty",
"datetime",
"date",
"time",
"string",
"natural-language",
"pretty-datetime",
"relative-time",
"time-ago",
"datetime-formatting",
"datetime-parsing",
"date-formatting",
"human-readable",
"human-friendly",
"timestamp",
"php"
],
"license": "MIT",
"authors": [
{
"name": "Daniel St. Jules",
"email": "danielst.jules@gmail.com",
"homepage": "http://www.danielstjules.com"
}
],
"require": {
"php": ">=5.3.0"
},
"support": {
"issues": "https://github.com/detain/php-pretty-datetime/issues",
"source": "https://github.com/detain/php-pretty-datetime"
},
"autoload": {
"psr-4": { "PrettyDateTime\\": "src/" }
}
}