Skip to content

Commit c45a4d1

Browse files
committed
Updated github io domain and set auto load for composer
1 parent 7b28d10 commit c45a4d1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The PHP Hooks Class is a fork of the WordPress filters hook system rolled in to
55
* This class is heavily based on the WordPress plugin API and most (if not all) of the code comes from there.
66

77

8-
Head Over to [http://bainternet.github.com/PHP-Hooks/][3] For more info
8+
Head Over to [http://bainternet.github.io/PHP-Hooks/][3] For more info
99

1010
----------
1111

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
"name": "bainternet/php-hooks",
33
"description": "A fork of the WordPress filters hook system rolled in to a class to be ported into any PHP-based system",
44
"keywords": ["hooks", "actions", "filters"],
5-
"homepage": "http://bainternet.github.com/PHP-Hooks/",
5+
"homepage": "http://bainternet.github.io/PHP-Hooks/",
66
"type": "library",
77
"license": "GPL-3.0",
88
"authors": [
99
{
1010
"name": "Ohad Raz",
11-
"homepage": "http://en.bainternet.info/"
11+
"homepage": "https://en.bainternet.info/"
1212
}
1313
],
1414
"support": {
1515
"issues": "https://github.com/bainternet/PHP-Hooks/issues"
16+
},
17+
"autoload":{
18+
"files": ["php-hooks.php"]
1619
}
1720
}

0 commit comments

Comments
 (0)