Skip to content

Commit

Permalink
Fix running tests (#235)
Browse files Browse the repository at this point in the history
* Fix tests

* Fix tests
  • Loading branch information
dvesh3 authored Sep 29, 2021
1 parent af35a34 commit 2d4f3ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"license": "GPL-3.0-or-later",
"type": "pimcore-bundle",
"config": {
"sort-packages": true
"sort-packages": true,
"preferred-install": {
"pimcore/pimcore": "source"
}
},
"require": {
"box/spout": "^3.0",
Expand All @@ -29,7 +32,8 @@
"symfony/security-guard": "^4.3 || ^5.2.0",
"symfony/security-http": "^4.3 || ^5.2.0",
"symfony/stopwatch": "^4.3 || ^5.2.0",
"symfony/translation-contracts": "^1.1 || ^2.2"
"symfony/translation-contracts": "^1.1 || ^2.2",
"laminas/laminas-zendframework-bridge": "^1.4.0"
},
"require-dev": {
"codeception/codeception": "~2.4.5 || ^4.1.12"
Expand Down

0 comments on commit 2d4f3ef

Please sign in to comment.