Added composer

This commit is contained in:
kplaczek
2022-05-21 17:45:12 +02:00
parent 9d2dbe6a0b
commit 02024755eb
158 changed files with 24408 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "techtube/bookinfo",
"description": "Package to find a book and return a book info from lubimyczytac.pl",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.4"
},
"autoload": {
"psr-4": {
"Techtube\\Bookinfo\\": "src/"
}
},
"authors": [
{
"name": "kplaczek",
"email": "kplaczek@wi.ps.pl"
}
]
}