Skip to content

Commit

Permalink
chore: composer.json fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Sep 28, 2023
1 parent cf3ba74 commit 9841cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true
"johnpbloch/wordpress-core-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.0
ARG PHP_VERSION=7.4

FROM wordpress:php${PHP_VERSION}-apache

Expand Down

0 comments on commit 9841cdc

Please sign in to comment.