-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1002 Bytes
/
composer.json
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
28
29
30
31
{
"name": "makeroi/name-case-lib",
"version": "0.4.2",
"description": "Created based on the NameCaseLib library (https://github.com/seagullua/NameCaseLib). NameCaseLib is a PHP library designed for automatic declension of full names in Russian and Ukrainian. A unique feature is that the library\ncontains the same methods for working with full names in Russian and Ukrainian.",
"type": "library",
"license": "MIT",
"homepage": "http://namecaselib.com",
"support": {
"wiki": "http://namecaselib.com/book/",
"authors": "http://namecaselib.com"
},
"authors": [
{
"name": "Andriy Chayka",
"email": "[email protected]"
},
{
"name": "Slava Gaponov",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"makeroi\\NCL\\": "src/"
}
}
}