Skip to content

Commit

Permalink
[Task]: Fix tests (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Aug 7, 2024
1 parent 74886cd commit 4592d9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: |
if [ ! -z "$PIMCORE_VERSION" ]; then
composer require --no-update pimcore/pimcore:"${PIMCORE_VERSION}"
composer require --no-update pimcore/admin-ui-classic-bundle:1.x-dev
fi
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
if [ ! -z "$PIMCORE_VERSION" ]; then
composer require --no-update pimcore/pimcore:${PIMCORE_VERSION}
composer require --no-update pimcore/admin-ui-classic-bundle:1.x-dev
fi
- name: "Install dependencies with Composer"
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"*": "dist"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"pimcore/pimcore": "^11.0",
Expand All @@ -32,6 +34,9 @@
"codeception/module-asserts": "^2",
"codeception/module-symfony": "^3.1.1"
},
"conflict": {
"symfony/string": "<6.0"
},
"autoload": {
"psr-4": {
"Pimcore\\Bundle\\PersonalizationBundle\\": "src/",
Expand Down

0 comments on commit 4592d9a

Please sign in to comment.