forked from basis-company/sharding.php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 763 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 763 Bytes
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": "basis-company/sharding",
"description": "Sharding framework",
"keywords": ["basis", "sharding", "postgresql", "tarantool"],
"type": "library",
"license": "MIT",
"require": {
"doctrine/dbal": "^4.2",
"nesbot/carbon": "^3.9",
"php": ">=8.3",
"psr/cache": "^2.0",
"ramsey/uuid": "^4.7",
"symfony/cache": "^7.2",
"tarantool/mapper": "^6.4.5"
},
"require-dev": {
"phpunit/phpunit": "^12"
},
"autoload": {
"psr-4": {
"Basis\\Sharding\\": "src/",
"Basis\\Sharding\\Test\\": "tests/"
}
},
"authors": [
{
"name": "Dmitry Krokhin",
"email": "nekufa@gmail.com"
}
]
}