Skip to content

Commit

Permalink
Changes in package version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
karakhanyans committed Dec 5, 2023
1 parent 6e619df commit a43b3a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"monolog/monolog": "^2.1|^3.0|^3.3",
"monolog/monolog": "^2.1 || ^3.0 || ^3.3",
"nyholm/psr7": "^1.3",
"php-http/client-common": "^1.0|^2.3",
"php-http/client-common": "^1.0 || ^2.3",
"php-http/discovery": "^1.0",
"php-http/httplug": "^1.0|^2.2",
"php-http/message-factory": "^1.0",
"php-http/httplug": "^1.0 || ^2.2",
"psr/http-client-implementation": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0 || ^2.0",
"psr/http-factory": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit a43b3a1

Please sign in to comment.