aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/voku/stop-words/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-22 07:46:30 +0000
committerMario <mario@mariovavti.com>2021-10-22 07:46:30 +0000
commit22588e58f31f60586445c19031979aaffcd95714 (patch)
tree2df842da4a6a826668d95d392566e2b4a5e37399 /vendor/voku/stop-words/composer.json
parent69ba4eb0558938845fdc96957850672940965e11 (diff)
downloadvolse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.tar.gz
volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.tar.bz2
volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.zip
install urlify via composer
Diffstat (limited to 'vendor/voku/stop-words/composer.json')
-rw-r--r--vendor/voku/stop-words/composer.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/voku/stop-words/composer.json b/vendor/voku/stop-words/composer.json
new file mode 100644
index 000000000..e62caa578
--- /dev/null
+++ b/vendor/voku/stop-words/composer.json
@@ -0,0 +1,27 @@
+{
+ "name": "voku/stop-words",
+ "description": "Stop-Words via PHP",
+ "keywords": [
+ "stop-words",
+ "stop words"
+ ],
+ "type": "library",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Lars Moelleken",
+ "homepage": "http://www.moelleken.org/"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "voku\\": "src/voku/"
+ }
+ },
+ "require": {
+ "php": ">=7.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~6.0"
+ }
+}