Skip to content

Commit

Permalink
Updated github io domain and set auto load for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bainternet committed Sep 7, 2015
1 parent 7b28d10 commit c45a4d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

----------

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit c45a4d1

Please sign in to comment.