Update composer info

This commit is contained in:
Fedor A. Fetisov 2021-07-09 21:46:22 +03:00
parent a29ea00c29
commit 7bdec8e106

View File

@ -1,32 +1,45 @@
{ {
"name": "canteen/html5", "name": "mibew/html5",
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API", "description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
"version" : "1.1.4", "version" : "1.1.5",
"type": "library", "type": "library",
"keywords": ["html5", "markup", "document", "html", "tags"], "keywords": [
"license": "MIT", "html5",
"homepage" : "http://github.com/Canteen/CanteenHTML5", "markup",
"time": "2014-10-31", "document",
"authors": [ "html",
{ "tags"
"name": "Matt Karl", ],
"email": "matt@mattkarl.com", "license": "MIT",
"homepage": "http://github.com/bigtimebuddy", "homepage" : "http://github.com/Mibew/CanteenHTML5",
"role": "Developer" "time": "2021-07-09",
} "authors": [
], {
"autoload": { "name": "Matt Karl",
"psr-4": {"Canteen\\HTML5\\": "src/"}, "email": "matt@mattkarl.com",
"files": ["src/HTML5.php"] "homepage": "http://github.com/bigtimebuddy"
}, },
"require": { {
"php": ">=5.3.0" "name": "Mibew Messenger project",
}, "homepage": "https://mibew.org/"
"minimum-stability": "dev", }
"repositories": [ ],
{ "autoload": {
"type": "vcs", "psr-4": {
"url": "https://github.com/Canteen/CanteenHTML5" "Canteen\\HTML5\\": "src/"
} },
] "files": [
"src/HTML5.php"
]
},
"require": {
"php": ">=5.3.0"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Mibew/CanteenHTML5"
}
]
} }