Skip to content

Commit

Permalink
EMAILCLOUD-470: composer.json corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Gumerov committed Aug 15, 2023
1 parent 8706260 commit 3dc1586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"description": "This repository contains Aspose Cloud SDK for PHP source code. Aspose Cloud SDK for PHP lets PHP developers convert and process a variety of file formats in the cloud quickly and easily.",
"name": "aspose/aspose-email-cloud",
"type": "library",
"version": "21.9.0.34",
"license": "MIT",
"keywords": [
"aspose",
Expand Down Expand Up @@ -31,10 +30,10 @@
},
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "7.7.0"
"guzzlehttp/guzzle": "^7.7.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.2",
"squizlabs/php_codesniffer": "^3.7.2",
"phpunit/phpunit": "^9.6.10"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 3dc1586

Please sign in to comment.