Skip to content

Commit

Permalink
Merge pull request #413 from nextcloud/fix/noid/fix-dependencies
Browse files Browse the repository at this point in the history
Fix PHP version dependency
  • Loading branch information
nickvergessen authored Dec 9, 2024
2 parents a84882c + db0b2b1 commit 9fcfe7e
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1,800 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"classmap-authoritative": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0.2"
"php": "8.1"
},
"sort-packages": true
},
Expand All @@ -28,7 +28,6 @@
"require-dev": {
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "dev-master",
"phpunit/phpunit": "^9.6",
"psalm/phar": "^5.14"
}
}
Loading

0 comments on commit 9fcfe7e

Please sign in to comment.