-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 922 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 922 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
34
35
{
"name": "developermarshak/queue-couchbase",
"description": "The Laravel Lumen Framework.",
"keywords": ["framework", "lumen", "couchbase", "queue"],
"type": "library",
"license": "MIT",
"require": {
"php": ">=7",
"illuminate/queue": "5.5.*",
"vlucas/phpdotenv": "~2.2",
"developermarshak/laravel-couchbase" : "0.*"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"mockery/mockery": "~0.9",
"laravel/lumen-framework": "5.*"
},
"autoload": {
"psr-4": {
"developermarshak\\QueueCouchbase\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"developermarshak\\QueueCouchbase\\tests\\": "tests"
}
},
"authors": [
{
"name": "Marshak Nikita",
"email": "developer.marshak@gmail.com"
}
],
"minimum-stability": "stable"
}