Skip to content

Commit

Permalink
Merge pull request #2189 from nextcloud/artonge/debt/backend_deps
Browse files Browse the repository at this point in the history
Rationalize dependencies
  • Loading branch information
artonge authored Dec 12, 2023
2 parents db51bc4 + ea4f459 commit 9f73a6a
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 1,768 deletions.
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "8.0"
"php": "8.0.2"
}
},
"autoload": {
Expand All @@ -21,21 +21,22 @@
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"psalm": "psalm --threads=1",
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
"psalm:clear": "psalm --clear-cache && psalm --clear-global-cache",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
"psalm": "psalm.phar --threads=1",
"psalm:update-baseline": "psalm.phar --threads=1 --update-baseline",
"psalm:clear": "psalm.phar --clear-cache && psalm --clear-global-cache",
"psalm:fix": "psalm.phar --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
"test:unit": "echo 'Only testing installation of the app'"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/coding-standard": "1.1.1",
"nextcloud/ocp": "dev-master",
"phpunit/phpunit": "^9",
"sabre/dav": "^4.2.1",
"vimeo/psalm": "^4.22"
"nextcloud/ocp": "dev-master",
"psalm/phar": "^5.17",
"symfony/console": "5.4.24"
},
"require": {
"hexogen/kdtree": "^0.2.5"
}
}
}
Loading

0 comments on commit 9f73a6a

Please sign in to comment.