Skip to content

Commit

Permalink
chore: Align dependencies (and PHP version) with current lowest suppo…
Browse files Browse the repository at this point in the history
…rted Nextcloud version

The lowest supported version is Nextcloud 24, so we can update the dependencies like `nextcloud/ocp` and PHP to `7.4`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 20, 2024
1 parent 8cc9ccf commit 89c4924
Show file tree
Hide file tree
Showing 2 changed files with 1,519 additions and 759 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3"
"php": "7.4"
}
},
"require": {
Expand All @@ -24,7 +24,7 @@
"test:unit": "phpunit -c tests/phpunit.xml"
},
"require-dev": {
"christophwurst/nextcloud": "dev-stable22",
"nextcloud/ocp": "dev-stable24",
"nextcloud/coding-standard": "^1.0.0",
"phpunit/phpunit": "^9",
"roave/security-advisories": "dev-latest"
Expand Down
Loading

0 comments on commit 89c4924

Please sign in to comment.