Skip to content

Commit eeb7a57

Browse files
committed
Updated dependencies, added suggest
1 parent bbe55f7 commit eeb7a57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
"require": {
1616
"php": ">=5.6.0 <8.0",
1717
"flow/jsonpath": "^0.4.0",
18-
"codeception/codeception": "4.0.x-dev"
18+
"codeception/codeception": "4.0.x-dev | ^4.0"
1919
},
2020
"require-dev": {
2121
"codeception/util-robohelpers": "dev-master",
2222
"codeception/util-universalframework": "dev-master",
23-
"codeception/lib-innerbrowser": "@dev"
23+
"codeception/lib-innerbrowser": "^1.0"
24+
},
25+
"suggest": {
26+
"aws/aws-sdk-php": "For using AWS Auth"
2427
},
2528
"autoload":{
2629
"classmap": ["src/"]

0 commit comments

Comments
 (0)