Skip to content

Commit 3f0ee05

Browse files
authored
fix CI, bump deps versions
* refactor: enforce php74 and higher * Update composer.json
1 parent f5cb779 commit 3f0ee05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7+
"php": ">= 7.4",
8+
"guzzlehttp/guzzle": "> 7",
79
"doctrine/annotations": "^1.11",
8-
"aws/aws-sdk-php": "^3"
10+
"aws/aws-sdk-php": "^3.173"
911
},
1012
"require-dev": {
1113
"vimeo/psalm": "^4.3",

0 commit comments

Comments
 (0)