-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 847 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 847 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
32
33
{
"name": "fitatu/cassandra",
"description": "Cassandra Repository",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Sebastian Szczepański",
"email": "sebastian@ably.pl"
}
],
"autoload": {
"psr-4": {
"Fitatu\\Cassandra\\": "src/",
"Fitatu\\Cassandra\\Tests\\": "Tests/"
}
},
"minimum-stability": "dev",
"require": {
"doctrine/collections": "^1.4",
"doctrine/common": "^2.7",
"doctrine/orm": "^2.5",
"m6web/cassandra-bundle": "~1.0",
"ramsey/uuid": "~3.5",
"tightenco/collect": "^5.3",
"datastax/php-driver": "^1.3"
},
"require-dev": {
"mockery/mockery": "^0.9.8",
"phpspec/phpspec": "~2.3",
"phpunit/phpunit": "~5.5"
}
}