Skip to content

Commit

Permalink
Add composer.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Nov 7, 2024
1 parent c3cd94e commit 9d94799
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "humanmade/entity-base",
"description": "Entity Base is a content analysis plugin that uses the TextRazor Natural Language Processor to extract entities from post content.",
"type": "wordpress-plugin",
"require": {
"composer/installers": "^1 || ^2"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Human Made Limited",
"email": "[email protected]"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
165 changes: 165 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d94799

Please sign in to comment.