mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-02-05 13:34:42 +03:00
Moved the global function to the root src folder.
This commit is contained in:
parent
19c2f7233b
commit
978989f4d4
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {"Canteen": "src/"},
|
"psr-0": {"Canteen": "src/"},
|
||||||
"files": ["src/Canteen/HTML5/html.php"]
|
"files": ["src/html.php"]
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
@ -28,8 +28,5 @@
|
|||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/Canteen/CanteenHTML5"
|
"url": "https://github.com/Canteen/CanteenHTML5"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"archive":{
|
|
||||||
"exclude": ["/docs/"]
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user