Skip to content

Commit f96cee6

Browse files
committed
🍌 first commit
1 parent bbe1efb commit f96cee6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@
1010
* Extensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)
1111

1212
# ⚒️ Install
13-
```bash
13+
In the root of your project execute the following:
14+
```sh
1415
composer require exbil/lexoffice-php-api
1516
```
17+
or add this to your `composer.json` file:
18+
```json
19+
{
20+
"require": {
21+
"exbil/lexoffice-php-api": "^0.14.1"
22+
}
23+
}
24+
```
1625

1726
# 📑 Usage
1827

0 commit comments

Comments
 (0)