We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdaccd commit 5cae118Copy full SHA for 5cae118
composer.json
@@ -20,13 +20,13 @@
20
"symfony/proxy-manager-bridge": "^6.4"
21
},
22
"require-dev": {
23
- "ibexa/fieldtype-richtext": "*",
24
- "ibexa/solr": "*",
+ "ibexa/fieldtype-richtext": "^5.0",
+ "ibexa/solr": "^5.0",
25
"phpunit/phpunit": "^9.6",
26
- "symfony/phpunit-bridge": "*",
27
- "matthiasnoback/symfony-dependency-injection-test": "*",
28
- "behat/behat": "*",
29
- "friends-of-behat/mink-extension": "*"
+ "symfony/phpunit-bridge": "^8.0",
+ "matthiasnoback/symfony-dependency-injection-test": "^5.1",
+ "behat/behat": "^3.29",
+ "friends-of-behat/mink-extension": "^2.7"
30
31
"conflict": {
32
"symfony/cache": "5.0.11 || 5.1.3"
0 commit comments