Skip to content

Commit

Permalink
Add composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Jan 25, 2018
1 parent 5c71839 commit 08b8c8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/vendor/
composer.lock
15 changes: 15 additions & 0 deletions composer.json
@@ -0,0 +1,15 @@
{
"name": "divineomega/php-word-info",
"description": "PHP library to look up information about words",
"type": "library",
"require": {
"rapidwebltd/rw-file-cache": "^1.2"
},
"license": "LGPL-3.0-only",
"authors": [
{
"name": "Jordan Hall",
"email": "jordan@hall05.co.uk"
}
]
}

0 comments on commit 08b8c8e

Please sign in to comment.