Skip to content

Commit

Permalink
fix composer dev packages and use phpunit 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinkens committed Feb 1, 2024
1 parent 2fd324c commit 1280c96
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 69 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "9.5",
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/ocp": "dev-stable25",
"nextcloud/ocp": "v28.0.1",
"squizlabs/php_codesniffer": "^3.8"
},
"config": {
Expand Down
Loading

0 comments on commit 1280c96

Please sign in to comment.