mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-05-02 18:26:41 +03:00
Update composer.json
This commit is contained in:
parent
e9c28b5145
commit
76c68ac05e
@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "canteen/html5",
|
"name": "canteen/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.2",
|
"version" : "1.1.3",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["html5", "markup", "document", "html", "tags"],
|
"keywords": ["html5", "markup", "document", "html", "tags"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage" : "http://github.com/Canteen/CanteenHTML5",
|
"homepage" : "http://github.com/Canteen/CanteenHTML5",
|
||||||
"time": "2014-10-31",
|
"time": "2014-10-31",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Matt Karl",
|
"name": "Matt Karl",
|
||||||
"email": "matt@mattkarl.com",
|
"email": "matt@mattkarl.com",
|
||||||
"homepage": "http://github.com/bigtimebuddy",
|
"homepage": "http://github.com/bigtimebuddy",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {"Canteen\\HTML5\\": "src/"},
|
"psr-4": {"Canteen\\HTML5\\": "src/"},
|
||||||
"files": ["src/HTML5.php"]
|
"files": ["src/HTML5.php"]
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user