Skip to content

Commit 6d5a7f4

Browse files
author
Valentin Clavreul
committed
Fixed dependencies after removing sidus/base-bundle from the base process bundle
1 parent bf579b8 commit 6d5a7f4

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-
"oneup/flysystem-bundle": ">1.0,<4.0"
42+
"oneup/flysystem-bundle": ">1.0,<4.0",
43+
"sidus/base-bundle": "~1.0"
4344
},
4445
"require-dev": {
4546
"phpunit/phpunit": "~6.4"

0 commit comments

Comments
 (0)