Skip to content

Commit

Permalink
Восстановил работоспособность, вместо php_curl_class используется guz…
Browse files Browse the repository at this point in the history
…zle, методы возвращают объекты и массивы объектов вместо json, вырезана авторизация, у некоторых методов изменена структура возвращаемых данных
  • Loading branch information
visavi committed Mar 21, 2022
1 parent 6960810 commit 707528c
Show file tree
Hide file tree
Showing 23 changed files with 1,851 additions and 999 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "visavi/rzd-api",
"description": "rzd api",
"keywords": ["rzd", "api", "train", "ticket"],
"homepage": "http://visavi.net",
"homepage": "https://visavi.net",
"license": "MIT",
"authors": [
{
"name": "Alexander Grigorev",
"email": "[email protected]",
"homepage": "http://visavi.net"
"homepage": "https://visavi.net"
}
],
"require": {
"php": ">=7.1",
"php": ">=8.0",
"ext-json": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"php-curl-class/php-curl-class": "^8.3"
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
"phpunit/phpunit": "^7.3"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 707528c

Please sign in to comment.