Skip to content

Commit

Permalink
Revert "Merge pull request #151 from GDATASoftwareAG/renovate/all-non…
Browse files Browse the repository at this point in the history
…-major"

This reverts commit 635495d, reversing
changes made to 4461e14.
  • Loading branch information
lennartdohmann committed Oct 29, 2024
1 parent 635495d commit cd80b83
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=30.0.1
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,10 +13,10 @@
"coduo/php-humanizer": "^5.0"
},
"require-dev": {
"nextcloud/ocp": "v30.0.1",
"nextcloud/ocp": "v30.0.0",
"psalm/phar": "5.26.1",
"nextcloud/coding-standard": "v1.3.2",
"phpunit/phpunit": "10.5.37",
"nextcloud/coding-standard": "v1.3.1",
"phpunit/phpunit": "10.5.36",
"symfony/console": "6.4.12"
},
"autoload": {
Expand Down

0 comments on commit cd80b83

Please sign in to comment.