Initialised composer, started prototyping.
This commit is contained in:
27
composer.json
Normal file
27
composer.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "toloka/php-api",
|
||||
"description": "PHP library to integrate with Hurtom Toloka using web scrapping.",
|
||||
"type": "library",
|
||||
"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"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Toloka\\PhpApi\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "conky",
|
||||
"email": "bogdan@devbones.com"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"guzzlehttp/guzzle": "^7.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user