Skip to content

Commit

Permalink
Merge pull request #134
Browse files Browse the repository at this point in the history
Downgrade required php version to 7.3
  • Loading branch information
vsolovei-smartling authored Mar 29, 2022
2 parents 433bd61 + af8ccf0 commit 4fa9065
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"authors": [],
"require": {
"psr/log": "~1.0",
"php": ">=7.4",
"php": ">=7.3",
"ext-json": "*",
"guzzlehttp/guzzle": "~7"
},
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fa9065

Please sign in to comment.