1{
2  "name": "vanderlee/php-sentence",
3  "description": "Simple text sentence splitting and counting. Supports atleast english, german and dutch, possibly more.",
4  "type": "library",
5  "keywords": [
6    "sentence",
7    "split",
8    "count",
9    "boundary",
10    "disambiguation",
11    "segmentation"
12  ],
13  "homepage": "https://github.com/vanderlee/php-sentence.git",
14  "license": "MIT",
15  "support": {
16    "issues": "https://github.com/vanderlee/php-sentence/issues",
17    "source": "https://github.com/vanderlee/php-sentence"
18  },
19  "require": {
20    "php": ">=5.4.0",
21    "ext-mbstring": "*",
22    "ext-ctype": "*"
23  },
24  "autoload": {
25    "psr-4": {
26      "Vanderlee\\Sentence\\": "src"
27    }
28  },
29  "require-dev": {
30    "phpunit/phpunit": "^3.6.12"
31  },
32  "scripts": {
33    "test": "vendor/bin/phpunit"
34  }
35}
36