forked from kielabokkie/blueman
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 746 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 746 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
{
"name": "pixelfusion/blueman",
"description": "Generate Postman collections from API Blueprint JSON files",
"keywords": ["API Blueprint", "Postman"],
"license": "MIT",
"authors": [
{
"name": "Wouter Peschier",
"email": "wouter@pixelfusion.co.nz"
}
],
"require": {
"symfony/config": "~2.8",
"symfony/console": "~2.4",
"symfony/debug": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/stopwatch": "~2.8",
"ramsey/uuid": "~2.7"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-4": {
"Blueman\\": "src/Blueman"
}
}
}