1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-29 16:49:47 +02:00

make composer dependency required

NOTE: this changes required minimum PHP version to 5.3.3
This commit is contained in:
Elan Ruusamäe
2014-10-15 23:51:13 +03:00
parent efe603d454
commit 0e9e1237c6
18 changed files with 41 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
* Fetch and minify a URL (auto-detect HTML/JS/CSS)
*/
require dirname(__FILE__) . '/../../min/lib/Minify/Loader.php';
require dirname(__FILE__) . '/../../vendor/bootstrap.php';
function getPost($key) {
if (! isset($_POST[$key])) {