Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Nov 3, 2024
1 parent cd80b83 commit 898947f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.Nextcloud
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NEXTCLOUD_VERSION=30.0.0
ARG NEXTCLOUD_VERSION=30.0.1
ARG INSTALL_XDEBUG=1

FROM nextcloud:${NEXTCLOUD_VERSION}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"coduo/php-humanizer": "^5.0"
},
"require-dev": {
"nextcloud/ocp": "v30.0.0",
"nextcloud/ocp": "v30.0.1",
"psalm/phar": "5.26.1",
"nextcloud/coding-standard": "v1.3.1",
"phpunit/phpunit": "10.5.36",
"symfony/console": "6.4.12"
"nextcloud/coding-standard": "v1.3.2",
"phpunit/phpunit": "10.5.38",
"symfony/console": "6.4.13"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 898947f

Please sign in to comment.