diff --git a/README.md b/README.md index 788513b..e74c93e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The PHP Hooks Class is a fork of the WordPress filters hook system rolled in to * This class is heavily based on the WordPress plugin API and most (if not all) of the code comes from there. -Head Over to [http://bainternet.github.com/PHP-Hooks/][3] For more info +Head Over to [http://bainternet.github.io/PHP-Hooks/][3] For more info ---------- diff --git a/composer.json b/composer.json index 005661b..4f1f2cc 100644 --- a/composer.json +++ b/composer.json @@ -2,16 +2,19 @@ "name": "bainternet/php-hooks", "description": "A fork of the WordPress filters hook system rolled in to a class to be ported into any PHP-based system", "keywords": ["hooks", "actions", "filters"], - "homepage": "http://bainternet.github.com/PHP-Hooks/", + "homepage": "http://bainternet.github.io/PHP-Hooks/", "type": "library", "license": "GPL-3.0", "authors": [ { "name": "Ohad Raz", - "homepage": "http://en.bainternet.info/" + "homepage": "https://en.bainternet.info/" } ], "support": { "issues": "https://github.com/bainternet/PHP-Hooks/issues" + }, + "autoload":{ + "files": ["php-hooks.php"] } }