Skip to content
Browse files

add link_rel_parser to autoload since it is not a class-based file. (…

  • Loading branch information...
1 parent b0373f5 commit 9e0e635fd301a8b1da7bc181f651f029c531dbb6 @aaronpk aaronpk committed Dec 22, 2013
Showing with 5 additions and 0 deletions.
  1. +5 −0 composer.json
View
5 composer.json
@@ -17,5 +17,10 @@
],
"require": {
"php": ">=5.3.0"
+ },
+ "autoload": {
+ "files": [
+ "src/IndieWeb/link_rel_parser.php"
+ ]
}
}

0 comments on commit 9e0e635

Please sign in to comment.
Something went wrong with that request. Please try again.