-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
38 lines (38 loc) · 1.06 KB
/
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
32
33
34
35
36
37
38
{
"name": "sanmai/pindx",
"type": "library",
"description": "Эталонный справочник почтовых индексов объектов почтовой связи",
"homepage": "https://sanmai.github.io/pindx/",
"license": "Apache-2.0",
"require": {
"sanmai/pindx-client": ">=0.1"
},
"require-dev": {
"php": "^7.4 || ^8",
"ergebnis/composer-normalize": "^2.8",
"friendsofphp/php-cs-fixer": "^3.0",
"guzzlehttp/guzzle": "^7",
"jms/serializer": "^3.0",
"phpunit/phpunit": "^9.5",
"sanmai/later": "^0.1.2",
"sanmai/pipeline": "^5.0 || ^6.0",
"symfony/finder": "^5",
"symfony/yaml": "^5",
"wapmorgan/morphos": "^3.2"
},
"config": {
"sort-packages": true,
"allow-plugins": true
},
"extra": {
"branch-alias": {
"dev-master": "v0.3.x-dev"
}
},
"autoload-dev": {
"psr-4": {
"PIndxTools\\": "tools/",
"Tests\\PIndxTools\\": "tests/"
}
}
}