Skip to content

Commit 196a557

Browse files
committed
composer.json minimum-stability dev
``` Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ibexa/product-catalog 5.0.x-dev -> satisfiable by ibexa/product-catalog[5.0.x-dev (alias of dev-main)]. - ibexa/product-catalog dev-main requires ibexa/core-search ~5.0.x-dev -> found ibexa/core-search[dev-main, 5.0.x-dev (alias of dev-main)] but it does not match your minimum-stability. - ibexa/product-catalog 5.0.x-dev is an alias of ibexa/product-catalog dev-main and thus requires it to be installed too. ```
1 parent 566f1b2 commit 196a557

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
@@ -69,5 +69,6 @@
6969
},
7070
"config": {
7171
"allow-plugins": false
72-
}
72+
},
73+
"minimum-stability": "dev"
7374
}

0 commit comments

Comments
 (0)