Skip to content

Commit c6b865f

Browse files
author
Sebastian Schöps
committed
Update README
1 parent ed59c71 commit c6b865f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Laravel API wrapper for Camunda
22

3+
#### Edit your composer.json file
4+
The original Camunda repository has outdated dependencies.
5+
```shell
6+
"repositories":
7+
[
8+
{
9+
"type": "vcs",
10+
"url": "https://github.com/wertmenschen/camunda-bpm-php-sdk"
11+
}
12+
],
13+
```
14+
315
#### Require this package with composer
416

517
```shell

0 commit comments

Comments
 (0)