+ heroku docker

This commit is contained in:
felegy
2022-06-10 15:06:45 +02:00
parent 039d95726c
commit e68f6ff23d
17 changed files with 5478 additions and 114 deletions

View File

@@ -39,7 +39,7 @@
}
],
"require": {
"php": ">=8.0 <8.1",
"php": ">=7.4 <8.1",
"ext-gd": "*",
"ext-redis": "*",
"ext-mbstring": "*",
@@ -55,15 +55,28 @@
"roots/wordpress": "^6.0",
"roots/wp-config": "^1.0.0",
"roots/wp-password-bcrypt": "^1.1.0",
"symfony/deprecation-contracts": "^2.2",
"wpackagist-theme/twentytwentytwo": "^1.2",
"hvg-dev/hvg-blog-muplugin": "dev-main",
"hvg-dev/hvg-blog-general": "dev-main",
"humanmade/s3-uploads": "dev-master",
"wpackagist-plugin/code-snippets": "^3.1",
"wpackagist-plugin/wp-webhooks": "^2.0",
"wpackagist-plugin/code-snippets": "^3.1"
"wpackagist-plugin/disable-wordpress-updates": "^1.7",
"wpackagist-plugin/disable-comments": "^2.3",
"wpackagist-plugin/two-factor": "^0.7.1",
"wpackagist-plugin/user-role-editor": "^4.62",
"wpackagist-plugin/comments-from-facebook": "^2.5",
"wpackagist-plugin/acme-fix-images": "^1.0",
"wpackagist-plugin/ad-inserter": "^2.7",
"wpackagist-plugin/wp-api-swaggerui": "^1.1",
"wpackagist-plugin/cloudflare": "^4.10",
"wpackagist-plugin/menu-image": "^3.0"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*",
"wp-cli/wp-cli-bundle": "*",
"squizlabs/php_codesniffer": "^3.6.2",
"roave/security-advisories": "dev-latest"
},