summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..3c14bb8
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,10 @@
+{
+ "name": "iamcal/lib_autolink",
+ "description": "Adds anchors to urls in a text",
+ "keywords": ["link", "autolink", "anchor"],
+ "autoload": {
+ "files": ["lib_autolink.php"]
+ },
+ "license": "MIT"
+}
+