We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af35a34 commit 2d4f3efCopy full SHA for 2d4f3ef
composer.json
@@ -3,7 +3,10 @@
3
"license": "GPL-3.0-or-later",
4
"type": "pimcore-bundle",
5
"config": {
6
- "sort-packages": true
+ "sort-packages": true,
7
+ "preferred-install": {
8
+ "pimcore/pimcore": "source"
9
+ }
10
},
11
"require": {
12
"box/spout": "^3.0",
@@ -29,7 +32,8 @@
29
32
"symfony/security-guard": "^4.3 || ^5.2.0",
30
33
"symfony/security-http": "^4.3 || ^5.2.0",
31
34
"symfony/stopwatch": "^4.3 || ^5.2.0",
- "symfony/translation-contracts": "^1.1 || ^2.2"
35
+ "symfony/translation-contracts": "^1.1 || ^2.2",
36
+ "laminas/laminas-zendframework-bridge": "^1.4.0"
37
38
"require-dev": {
39
"codeception/codeception": "~2.4.5 || ^4.1.12"
0 commit comments