forked from Codeception/module-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 836 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 836 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":"codeception/module-rest",
"description":"REST module for Codeception",
"keywords":["codeception", "rest"],
"homepage":"http://codeception.com/",
"type":"library",
"license":"MIT",
"authors":[
{
"name":"Gintautas Miselis"
}
],
"minimum-stability": "RC",
"require": {
"php": ">=5.6.0 <9.0",
"softcreatr/jsonpath": "^0.5 || ^0.7",
"codeception/codeception": "^4.0",
"justinrainbow/json-schema": "~5.2.9"
},
"require-dev": {
"codeception/util-universalframework": "^1.0",
"codeception/lib-innerbrowser": "^1.0"
},
"suggest": {
"aws/aws-sdk-php": "For using AWS Auth"
},
"autoload":{
"classmap": ["src/"]
},
"config": {
"classmap-authoritative": true
}
}