Skip to content

Commit 9ca5dab

Browse files
author
Valentin Clavreul
committed
Fixed dependencies after removing sidus/base-bundle from the base process bundle
1 parent 4381775 commit 9ca5dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
"require": {
4141
"cleverage/process-bundle": "3.*|dev-v3.0-dev",
42-
"ext-soap": "*"
42+
"ext-soap": "*",
43+
"sidus/base-bundle": "~1.0"
4344
},
4445
"require-dev": {
4546
"phpunit/phpunit": "~6.4"

0 commit comments

Comments
 (0)