Compare commits

...
This repository has been archived on 2024-04-24. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
3wc 9f41e313aa Working? 2021-12-03 15:54:54 +02:00
3 changed files with 4022 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM php:8.1-apache FROM php:8.0-apache
COPY entrypoint-wordpress.sh /usr/local/bin/ COPY entrypoint-wordpress.sh /usr/local/bin/

View File

@ -39,7 +39,8 @@
"roots/bedrock-disallow-indexing": "^2.0", "roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "5.8.2", "roots/wordpress": "5.8.2",
"roots/wp-config": "1.0.0", "roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.1.0" "roots/wp-password-bcrypt": "1.1.0",
"wp-cli/wp-cli-bundle": "^2.5"
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^3.6.0", "squizlabs/php_codesniffer": "^3.6.0",

4021
bedrock/composer.lock generated

File diff suppressed because it is too large Load Diff