Skip to content

Commit

Permalink
fix: Поддержка 8 версии PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
remils committed Oct 7, 2021
1 parent c4f34c7 commit 5a8c62b
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
@@ -1,7 +1,7 @@
{
"name": "sergey-zatulivetrov/tinkoff-acquiring-client",
"type": "library",
"version": "2.0.0",
"version": "2.0.1",
"description": "Client for working with Tinkoff's acquiring REST API",
"keywords": [
"tinkoff",
Expand All @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.0",
"php": ">=7.0",
"ext-json": "*",
"guzzlehttp/guzzle": ">=6.5.5"
},
Expand Down

0 comments on commit 5a8c62b

Please sign in to comment.