-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 800 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 800 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": "schematicon/collection-generator",
"type": "library",
"description": "Schematicon collection generator for Postman Collection JSON files.",
"keywords": ["postman", "generator", "api", "structure", "schematicon"],
"homepage": "https://github.com/schematicon/collection-generator",
"license": "MIT",
"authors": [
{ "name": "Schematicon Project", "homepage": "https://github.com/schematicon/collection-generator/graphs/contributors" }
],
"support": {
"issues": "https://github.com/schematicon/collection-generator/issues"
},
"require": {
"php": ">=7.1",
"nette/http": "~2.4",
"nette/utils": "~2.4"
},
"require-dev": {
},
"autoload": {
"psr-4": { "Schematicon\\CollectionGenerator\\": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}