Skip to content

Commit

Permalink
Merge pull request #831 from wirDesign-communication-AG/v3.0.18
Browse files Browse the repository at this point in the history
v3.0.18
  • Loading branch information
pmdevelopment authored Jan 12, 2024
2 parents 066abfc + 614bc2c commit 7cbda76
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 331 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ AWS_S3_ACCESS_BUCKET=
AWS_S3_ACCESS_KEY=
AWS_S3_ACCESS_SECRET=
# Core settings
APP_URL=
APP_LOCALE=en
APP_PUBLIC=false
APP_SPACE_LIMIT=0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif

update:
git pull
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader
COMPOSER_ALLOW_SUPERUSER=1 composer dump-env prod
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader
php bin/console doctrine:migrations:migrate --no-interaction
php bin/console app:theme:refresh
php bin/console app:update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"symfony/framework-bundle": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/yaml": "6.3.*",
"wirdesign-communication-ag/wirhub": "^3.0.17"
"wirdesign-communication-ag/wirhub": "^3.0.18"
},
"scripts": {
"auto-scripts": {
Expand Down
Loading

0 comments on commit 7cbda76

Please sign in to comment.