Skip to content

Commit

Permalink
Merge pull request #2 from complycube/release/1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
ComplyCubeTech authored Oct 27, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0984255 + 3f251fa commit 62ec609
Showing 24 changed files with 1,291 additions and 287 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Local Files
.env
index.php
.DS_Store

# Ignore PHPUnit coverage file
clover.xml
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@
}
],
"require": {
"php": "^7.4",
"caseyamcl/guzzle_retry_middleware": "^2.6",
"guzzlehttp/guzzle": "^7.0"
"php": ">=7.4",
"caseyamcl/guzzle_retry_middleware": "2.6.1",
"guzzlehttp/guzzle": "7.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
Loading

0 comments on commit 62ec609

Please sign in to comment.