Skip to content

Commit

Permalink
Merge pull request #859 from wirDesign-communication-AG/v3.0.20
Browse files Browse the repository at this point in the history
v3.0.20
  • Loading branch information
pmdevelopment authored Feb 15, 2024
2 parents 2136e74 + 3cae823 commit f04a0fc
Show file tree
Hide file tree
Showing 5 changed files with 952 additions and 870 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APP_SECRET=test
APP_LOCALE=de
APP_CACHE_DIR=/var/www/wirhub/var/cache
PANTHER_APP_ENV=test
PANTHER_CHROME_ARGUMENTS="--ignore-certificate-errors --disable-dev-shm-usage --log-level=DEBUG --log-path=/var/www/wirhub/var/log"
PANTHER_CHROME_ARGUMENTS="--ignore-certificate-errors --disable-dev-shm-usage --log-level=DEBUG --log-path=/var/www/wirhub/var/log --user-data-dir=/var/www/wirhub/var/chrome"
PANTHER_EXTERNAL_BASE_URI=http://localhost
PANTHER_NO_SANDBOX=1
PANTHER_WEB_SERVER_DIR=./public
Expand Down
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"https://api.github.com/repos/wirdesign-communication-ag/wirhub-recipes/contents/index.json",
"flex://defaults"
],
"require": "6.3.*"
"require": "6.4.*"
}
},
"license": "proprietary",
Expand Down Expand Up @@ -68,14 +68,14 @@
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.17.0",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/expression-language": "^6.3",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "^6.4",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/yaml": "6.3.*",
"wirdesign-communication-ag/wirhub": "^3.0.18"
"symfony/framework-bundle": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/yaml": "6.4.*",
"wirdesign-communication-ag/wirhub": "^3.0.20"
},
"scripts": {
"auto-scripts": {
Expand All @@ -97,14 +97,14 @@
"liip/test-fixtures-bundle": "^2.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/debug-bundle": "6.3.*",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.48",
"symfony/panther": "^2.0",
"symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "6.3.*",
"symfony/var-exporter": "6.3.*, <6.3.9",
"symfony/web-profiler-bundle": "6.3.*"
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "6.4.*",
"symfony/var-exporter": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*"
}
}
Loading

0 comments on commit f04a0fc

Please sign in to comment.