Skip to content

Commit 5cae118

Browse files
committed
NGSTACK-1021: stricter dev dependencies
1 parent 0bdaccd commit 5cae118

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"symfony/proxy-manager-bridge": "^6.4"
2121
},
2222
"require-dev": {
23-
"ibexa/fieldtype-richtext": "*",
24-
"ibexa/solr": "*",
23+
"ibexa/fieldtype-richtext": "^5.0",
24+
"ibexa/solr": "^5.0",
2525
"phpunit/phpunit": "^9.6",
26-
"symfony/phpunit-bridge": "*",
27-
"matthiasnoback/symfony-dependency-injection-test": "*",
28-
"behat/behat": "*",
29-
"friends-of-behat/mink-extension": "*"
26+
"symfony/phpunit-bridge": "^8.0",
27+
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
28+
"behat/behat": "^3.29",
29+
"friends-of-behat/mink-extension": "^2.7"
3030
},
3131
"conflict": {
3232
"symfony/cache": "5.0.11 || 5.1.3"

0 commit comments

Comments
 (0)