Skip to content

Commit 75a3bba

Browse files
committed
Add missing dependency to composer.json
1 parent af1c0ae commit 75a3bba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"ibexa/solr": "5.0.x-dev",
6767
"ibexa/version-comparison": "5.0.x-dev",
6868
"league/oauth2-google": "^4.0",
69-
"ibexa/core-search": "~5.0.x-dev"
69+
"ibexa/core-search": "~5.0.x-dev",
70+
"ibexa/connector-dam": "~5.0.x-dev"
7071
},
7172
"scripts": {
7273
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",

0 commit comments

Comments
 (0)