Skip to content

Commit 8c6aa5a

Browse files
authored
Fix codeception tests (#312)
* Fix codeception tests * Fix codeception tests
1 parent 00accd5 commit 8c6aa5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"config": {
66
"sort-packages": true,
77
"preferred-install": {
8-
"pimcore/pimcore": "source"
8+
"pimcore/pimcore": "source",
9+
"*": "dist"
910
},
1011
"allow-plugins": {
1112
"ocramius/package-versions": true
@@ -40,6 +41,7 @@
4041
"symfony/stopwatch": "^5.2"
4142
},
4243
"require-dev": {
44+
"phpunit/phpunit": "^9.5",
4345
"codeception/codeception": "^4.1.12",
4446
"codeception/module-symfony": "^1.6",
4547
"codeception/phpunit-wrapper": "^9",

0 commit comments

Comments
 (0)