Skip to content

Commit

Permalink
EMAILCLOUD-470: Dependencies updated. composer.lock added to VCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Gumerov committed Aug 15, 2023
1 parent e25399a commit 82d02cb
Show file tree
Hide file tree
Showing 3 changed files with 2,414 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
composer.lock
vendor/
.vscode/
.idea
.run/
.run/
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@
},
"require": {
"php": ">=8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "6.5.5"
"guzzlehttp/guzzle": "7.7.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.5.6",
"phpunit/phpunit": "^8.5.20"
"squizlabs/php_codesniffer": "3.7.2",
"phpunit/phpunit": "^9.6.10"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 82d02cb

Please sign in to comment.