Files
bookinfo/composer.json
krzysiej 0aaf337889 Update search to website changes (#1)
Co-authored-by: Krzysztof Płaczek <krzysztofplaczek@techtube.pl>
Reviewed-on: #1
2025-10-03 15:21:57 +02:00

21 lines
481 B
JSON

{
"name": "techtube/bookinfo",
"description": "Package to find a book and return a book info from lubimyczytac.pl",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.4",
"imangazaliev/didom": "^2.0"
},
"autoload": {
"psr-4": {
"Techtube\\Bookinfo\\": "src/"
}
},
"authors": [
{
"name": "Krzysztof Płaczek",
"email": "krzysztofplaczek@techtube.pl"
}
]
}