Skip to content

Commit

Permalink
Merge pull request #481 from nextcloud/build/noid/fix-PHP-requirement
Browse files Browse the repository at this point in the history
build: Update PHP version to 8.1
  • Loading branch information
nickvergessen authored Dec 9, 2024
2 parents 10392c0 + b6d1603 commit 6b2ef82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"license": "AGPL",
"require-dev": {
"phpunit/phpunit": "^9.6",
"nextcloud/coding-standard": "^1.1",
"nextcloud/coding-standard": "^1.3",
"vimeo/psalm": "^5.16",
"nextcloud/ocp": "dev-master"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
"php": "8.1"
}
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b2ef82

Please sign in to comment.