Enable Composer autoloading.

Very bare-bones stuff, it just includes plugin-update-checker.php.
This commit is contained in:
Yahnis Elsts 2017-02-08 16:45:19 +02:00
parent b1d2b98197
commit 749f364e4d

View file

@ -15,5 +15,8 @@
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"files": ["plugin-update-checker.php"]
}
}