Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplyCubeTech committed Oct 27, 2021
1 parent 0984255 commit 3f251fa
Show file tree
Hide file tree
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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 3f251fa

Please sign in to comment.