mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2024-11-15 08:44:11 +03:00
Update composer info
This commit is contained in:
parent
a29ea00c29
commit
7bdec8e106
@ -1,23 +1,36 @@
|
||||
{
|
||||
"name": "canteen/html5",
|
||||
"name": "mibew/html5",
|
||||
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
|
||||
"version" : "1.1.4",
|
||||
"version" : "1.1.5",
|
||||
"type": "library",
|
||||
"keywords": ["html5", "markup", "document", "html", "tags"],
|
||||
"keywords": [
|
||||
"html5",
|
||||
"markup",
|
||||
"document",
|
||||
"html",
|
||||
"tags"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage" : "http://github.com/Canteen/CanteenHTML5",
|
||||
"time": "2014-10-31",
|
||||
"homepage" : "http://github.com/Mibew/CanteenHTML5",
|
||||
"time": "2021-07-09",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Matt Karl",
|
||||
"email": "matt@mattkarl.com",
|
||||
"homepage": "http://github.com/bigtimebuddy",
|
||||
"role": "Developer"
|
||||
"homepage": "http://github.com/bigtimebuddy"
|
||||
},
|
||||
{
|
||||
"name": "Mibew Messenger project",
|
||||
"homepage": "https://mibew.org/"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {"Canteen\\HTML5\\": "src/"},
|
||||
"files": ["src/HTML5.php"]
|
||||
"psr-4": {
|
||||
"Canteen\\HTML5\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/HTML5.php"
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
@ -26,7 +39,7 @@
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/Canteen/CanteenHTML5"
|
||||
"url": "https://github.com/Mibew/CanteenHTML5"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user