forked from Canteen/CanteenHTML5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.08 KB
/
composer.json
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
43
44
45
46
47
48
{
"name": "mibew/html5",
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
"version" : "1.1.5",
"type": "library",
"keywords": [
"html5",
"markup",
"document",
"html",
"tags"
],
"license": "MIT",
"homepage" : "http://github.com/Mibew/CanteenHTML5",
"time": "2021-07-09",
"authors": [
{
"name": "Matt Karl",
"email": "[email protected]",
"homepage": "http://github.com/bigtimebuddy"
},
{
"name": "Mibew Messenger project",
"homepage": "https://mibew.org/"
}
],
"autoload": {
"psr-4": {
"Canteen\\HTML5\\": "src/"
},
"files": [
"src/HTML5.php"
]
},
"require": {
"php": ">=5.3.0"
},
"replace": {
"canteen/html5": "~1.1.4"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Mibew/CanteenHTML5"
}
]
}