Update search to website changes (#1)

Co-authored-by: Krzysztof Płaczek <krzysztofplaczek@techtube.pl>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-10-03 15:21:57 +02:00
parent 5f3cbc8b8c
commit 0aaf337889
5 changed files with 23 additions and 7 deletions

View File

@@ -10,7 +10,13 @@ Place this in the composer.json.
}]
}
```
Then execute
Then execute to get latest version:
```bash
composer require techtube/bookinfo
```
or this to get specific version:
```bash
composer require techtube/bookinfo:"1.0.4"