summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..9b75c19
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "blatech/blaetym",
+ "description": "Find etymology of a word",
+ "type": "library",
+ "require": {
+ "paquettg/php-html-parser": "^2.0"
+ },
+ "autoload": {
+ "psr-4": {"App\\": "src/"}
+ },
+ "authors": [
+ {
+ "name": "Phil Burton",
+ "email": "phil@pgburton.com"
+ }
+ ]
+}