Skip to content

Commit 2d4f3ef

Browse files
authored
Fix running tests (#235)
* Fix tests * Fix tests
1 parent af35a34 commit 2d4f3ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"license": "GPL-3.0-or-later",
44
"type": "pimcore-bundle",
55
"config": {
6-
"sort-packages": true
6+
"sort-packages": true,
7+
"preferred-install": {
8+
"pimcore/pimcore": "source"
9+
}
710
},
811
"require": {
912
"box/spout": "^3.0",
@@ -29,7 +32,8 @@
2932
"symfony/security-guard": "^4.3 || ^5.2.0",
3033
"symfony/security-http": "^4.3 || ^5.2.0",
3134
"symfony/stopwatch": "^4.3 || ^5.2.0",
32-
"symfony/translation-contracts": "^1.1 || ^2.2"
35+
"symfony/translation-contracts": "^1.1 || ^2.2",
36+
"laminas/laminas-zendframework-bridge": "^1.4.0"
3337
},
3438
"require-dev": {
3539
"codeception/codeception": "~2.4.5 || ^4.1.12"

0 commit comments

Comments
 (0)