Skip to content

Commit

Permalink
Merge pull request #10 from mrt1m/9-package-requires-exact-guzzlehttp…
Browse files Browse the repository at this point in the history
…guzzle-730-and-get-conflicted

update composer.json
  • Loading branch information
Ishmukhametov Timur authored Apr 7, 2024
2 parents 3686ca2 + c53e1af commit 01ed2b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "mrt1m/playstation-store-api",
"description": "",
"description": "A simple wrapper for working with PlayStation Store API",
"keywords": ["api-client", "playstation", "playstation-store", "php8"],
"type": "library",
"license": "Apache-2.0",
"license": "MIT License",
"authors": [
{
"name": "mrt1m",
Expand All @@ -12,7 +13,7 @@
"require": {
"ext-json": "*",
"php": ">=8.1",
"guzzlehttp/guzzle": "7.3.0"
"guzzlehttp/guzzle": "^7.3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 01ed2b7

Please sign in to comment.