aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/voku/stop-words/composer.json
blob: e62caa578003664b1ea63386451e491350d39826 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
  }
}