Commit 0232fc5 Sebastian Schöps
committed
1 parent dc255e3 commit 0232fc5 Copy full SHA for 0232fc5
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel API wrapper for Camunda
2
2
3
3
#### Edit your composer.json file
4
- The original Camunda repository has outdated dependencies.
4
+ The original Camunda repository has outdated dependencies. Therefore we have to include it manually.
5
5
``` shell
6
6
" repositories" :
7
7
[
@@ -12,7 +12,11 @@ The original Camunda repository has outdated dependencies.
12
12
],
13
13
```
14
14
15
- #### Require this package with composer
15
+ #### Require the packages with composer
16
+
17
+ ``` shell
18
+ composer require camunda/camunda-bpm-php-sdk:dev-master
19
+ ```
16
20
17
21
``` shell
18
22
composer require wertmenschen/laravel-camunda
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"illuminate/support" : " ~5.5" ,
26
- "camunda/camunda-bpm-php-sdk" : " dev-master" ,
27
26
"php" : " ~7.0"
28
27
},
29
28
"require-dev" : {
You can’t perform that action at this time.
0 commit comments