mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-02-05 13:34:42 +03:00
Fix autoload for "Canteen\HTML5\html" function
This commit is contained in:
parent
48ded16c2f
commit
f0d8f68c36
@ -16,7 +16,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {"Canteen\\HTML5\\": "src/"}
|
"psr-4": {"Canteen\\HTML5\\": "src/"},
|
||||||
|
"files": ["src/HTML5.php"]
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user