Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(dev-deps): Adjust dependencies for still supported PHP 8.0
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Apr 18, 2024
commit 283feb3ce363ec25da031b7bab4492790e97d7df
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"classmap-authoritative": true,
"autoloader-suffix": "Circles",
"platform": {
"php": "8.1"
"php": "8.0.2"
}
},
"authors": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.22",
"nextcloud/coding-standard": "^1.0",
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "dev-stable28"
}
}
Loading