Skip to content

Commit

Permalink
Update stubs for PHPStan and Scrutinizer
Browse files Browse the repository at this point in the history
The new NC bootstrapping brought some new dependencies which were not
available in the analyze context.
  • Loading branch information
paulijar committed Jun 16, 2024
1 parent 8fefee3 commit 3377c3e
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 542 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
"phpunit/phpunit": "^8.0",
"owncloud/coding-standard": "^2.0",
"phpstan/phpstan": "^1.8",
"nextcloud/ocp": "^13.0.0",
"nextcloud/ocp": "^20.0.0",
"doctrine/dbal": "*"
},
"config": {
"platform": {
"php": "7.4.0"
}
},
"scripts": {
"unit-tests": "phpunit --coverage-html coverage-html-unit --configuration tests/php/unit/phpunit.xml tests/php/unit",
"integration-tests": "phpunit --coverage-html coverage-html-integration --configuration tests/php/integration/phpunit.xml tests/php/integration",
Expand Down
Loading

0 comments on commit 3377c3e

Please sign in to comment.