Skip to content

Commit

Permalink
Remove unnecessary dependency (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored Feb 23, 2024
1 parent f64c339 commit 0f5e4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"jms/serializer": "^3.9",
"psr/log": "^1.1",
"sanmai/json-serializer": "^0.1.1 || ^0.2.4",
"sanmai/pipeline": "^5 || ^6",
"sanmai/sdk-common": "^0.5.2",
"sanmai/sdk-common": "^0.5.4",
"sanmai/version-info": "^0.2.0",
"symfony/http-foundation": "^4.4.7 || ^5.0.7"
},
Expand All @@ -41,6 +40,7 @@
"php-coveralls/php-coveralls": "^2.4.1",
"phpstan/phpstan": ">=0.10",
"phpunit/phpunit": "^9.3",
"psr/log": "^1.1",
"vimeo/psalm": ">=3.0.16"
},
"conflict": {
Expand Down

0 comments on commit 0f5e4ce

Please sign in to comment.