Add original title

This commit is contained in:
Krzysztof Płaczek
2025-10-03 15:08:45 +02:00
parent e8081cd898
commit 171c050368
3 changed files with 9 additions and 1 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"