Skip to content

Commit

Permalink
drop 25 support
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Mar 11, 2024
1 parent 1edb905 commit 68fd43c
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 225 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Once the app is installed, the push binary needs to be setup. You can either use
<bugs>https://github.com/nextcloud/notify_push/issues</bugs>

<dependencies>
<nextcloud min-version="25" max-version="29"/>
<nextcloud min-version="26" max-version="29"/>
</dependencies>

<repair-steps>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php-parallel-lint/php-parallel-lint": "^1.0.0",
"phpunit/phpunit": "^9.6.13",
"nextcloud/coding-standard": "^v1.1.1",
"nextcloud/ocp": "dev-stable25",
"nextcloud/ocp": "dev-master",
"psalm/phar": "^4.3",
"symfony/console": "5.4.19",
"symfony/http-foundation": "^5.4.24"
Expand Down
Loading

0 comments on commit 68fd43c

Please sign in to comment.