Skip to content

Commit

Permalink
Change to amara/lemmatizer
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell authored Dec 14, 2022
1 parent 86e6eca commit 7bbfea0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "writecrow/lemmatizer",
"name": "amara/lemmatizer",
"description": "A non-part-of-speech lemmatizer tool",
"type": "library",
"license": "MIT",
Expand All @@ -9,17 +9,11 @@
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/writecrow/country_code_converter/issues",
"source": "https://github.com/writecrow/country_code_converter"
},
"autoload": {
"psr-4": { "writecrow\\Lemmatizer\\": ["src/", "test/"] }
},
"require-dev": {
"phpunit/phpunit": "~4"
},
"minimum-stability": "dev",
"require": {}
}

0 comments on commit 7bbfea0

Please sign in to comment.