Skip to content

Commit 0232fc5

Browse files
author
Sebastian Schöps
committed
Exclude Camunda SDK.
1 parent dc255e3 commit 0232fc5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel API wrapper for Camunda
22

33
#### 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.
55
```shell
66
"repositories":
77
[
@@ -12,7 +12,11 @@ The original Camunda repository has outdated dependencies.
1212
],
1313
```
1414

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+
```
1620

1721
```shell
1822
composer require wertmenschen/laravel-camunda

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
],
2424
"require": {
2525
"illuminate/support": "~5.5",
26-
"camunda/camunda-bpm-php-sdk": "dev-master",
2726
"php" : "~7.0"
2827
},
2928
"require-dev": {

0 commit comments

Comments
 (0)