Started methods implementation, added login and check auth state methods. Added project license.
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
"homepage": "http://git.devbones.com/Toloka/php-api",
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"psr/simple-cache": "^3.0",
|
||||
"psr/log": "^3.0",
|
||||
"psr/http-client": "^1.0"
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/simple-cache": "^1.0",
|
||||
"psr/log": "^1.0",
|
||||
"symfony/dom-crawler": "^5.4",
|
||||
"symfony/css-selector": "^5.4",
|
||||
"dflydev/fig-cookies": "^3.0",
|
||||
"symfony/polyfill-php80": "^1.26"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
@@ -22,6 +26,9 @@
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"guzzlehttp/guzzle": "^7.5"
|
||||
"cache/array-adapter": "^1.2",
|
||||
"guzzlehttp/guzzle": "^7.5",
|
||||
"monolog/monolog": "^2.8",
|
||||
"cache/filesystem-adapter": "^1.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user