-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
35 lines (35 loc) · 941 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
32
33
34
35
{
"name": "codeception/aerospike-module",
"description": "Aerospike Module for Codeception. Integrates Aerospike into Codeception tests.",
"keywords": [
"aerospike",
"codeception",
"testing",
"nosql"
],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/Codeception/Aerospike-module/releases",
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@codeception.com"
},
{
"name": "Serghei Iakovlev",
"email": "serghei@codeception.com"
}
],
"support": {
"issues": "https://github.com/Codeception/Aerospike-module/issues",
"source": "https://github.com/Codeception/Aerospike-module"
},
"require": {
"codeception/codeception": "^2 || ^3"
},
"autoload": {
"psr-4": {
"Codeception\\": "src/"
}
}
}