Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Sep 22, 2024
1 parent 650a56a commit 57d3152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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=29.0.6
ARG NEXTCLOUD_VERSION=30.0.0
ARG INSTALL_XDEBUG=1

FROM nextcloud:${NEXTCLOUD_VERSION}
Expand Down
6 changes: 3 additions & 3 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": "v29.0.7",
"nextcloud/ocp": "v30.0.0",
"psalm/phar": "5.26.1",
"nextcloud/coding-standard": "v1.2.3",
"phpunit/phpunit": "10.5.34",
"symfony/console": "6.4.11"
"phpunit/phpunit": "11.3.6",
"symfony/console": "7.1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 57d3152

Please sign in to comment.