Skip to content

Commit

Permalink
Update all non-major dependencies (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ata-no-one and Renovate Bot authored Sep 30, 2024
1 parent 45ffb83 commit aab2b35
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.WordPress
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.6.1-php8.3
FROM wordpress:6.6.2-php8.3

RUN apt update && apt install -y less vim
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=8.1",
"gdata/vaas": "9.0.5",
"illuminate/container": "11.23.5"
"illuminate/container": "11.25.0"
},
"config": {
"platform": {
Expand All @@ -31,7 +31,7 @@
"cs:fix": "vendor/bin/phpcbf"
},
"require-dev": {
"johnpbloch/wordpress": "6.6.1",
"johnpbloch/wordpress": "6.6.2",
"phpunit/phpunit": "^11.2",
"wp-coding-standards/wpcs": "^3.0"
}
Expand Down
48 changes: 24 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aab2b35

Please sign in to comment.