Skip to content

Commit

Permalink
Merge pull request #126 from nextcloud/fix/noid/deps-30
Browse files Browse the repository at this point in the history
build(deps): require PHP 8.1
  • Loading branch information
blizzz authored Apr 16, 2024
2 parents 8ba93cf + c262fe8 commit 42d80b5
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 293 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "nextcloud/flow_notifications",
"type": "project",
"require-dev": {
"nextcloud/coding-standard": "^1.1",
"vimeo/psalm": "^5.11",
"nextcloud/ocp": "dev-master"
},
"license": "AGPLv3",
"config": {
"name": "nextcloud/flow_notifications",
"type": "project",
"require-dev": {
"nextcloud/coding-standard": "^1.1",
"vimeo/psalm": "^5.11",
"nextcloud/ocp": "dev-master"
},
"license": "AGPLv3",
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 42d80b5

Please sign in to comment.