-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Восстановил работоспособность, вместо php_curl_class используется guz…
…zle, методы возвращают объекты и массивы объектов вместо json, вырезана авторизация, у некоторых методов изменена структура возвращаемых данных
- Loading branch information
Showing
23 changed files
with
1,851 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
Oops, something went wrong.