Skip to content

Commit

Permalink
add wkhtmltopdf; beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jul 16, 2024
1 parent 801775b commit 4c6ddea
Show file tree
Hide file tree
Showing 4 changed files with 919 additions and 943 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker CI publish package

on:
push:
tags: [ 'v*.*.*', 'v*.*.*.*' ]
tags: [ 'v*.*.*', 'v*.*.*.*', 'beta-*' ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN apt -q update && apt -q -y upgrade && apt -q -y install apt-transport-https
unoconv \
libreoffice \
ghostscript \
postfix
postfix \
wkhtmltopdf


## Additional software
Expand Down
26 changes: 13 additions & 13 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.4.*"
"require": "7.0.*"
}
},
"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.4.*",
"symfony/dotenv": "6.4.*",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/expression-language": "^6.4",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/yaml": "6.4.*",
"wirdesign-communication-ag/wirhub": "^3.0.30"
"symfony/framework-bundle": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/yaml": "7.0.*",
"wirdesign-communication-ag/wirhub": "v3.0.31.x-dev"
},
"scripts": {
"auto-scripts": {
Expand All @@ -99,14 +99,14 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.0",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/debug-bundle": "7.0.*",
"symfony/maker-bundle": "^1.48",
"symfony/panther": "^2.0",
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "6.4.*",
"symfony/var-exporter": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*"
"symfony/stopwatch": "7.0.*",
"symfony/var-exporter": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*"
}
}
Loading

0 comments on commit 4c6ddea

Please sign in to comment.