Skip to content

Commit

Permalink
Merge pull request #2493 from nextcloud/dependencies/stable23/composer
Browse files Browse the repository at this point in the history
[stable23] Fix composer dependencies
  • Loading branch information
mejo- authored Jun 8, 2022
2 parents 56200aa + ec4abcb commit 5521bfb
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 324 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "project",
"require-dev": {
"roave/security-advisories": "dev-master",
"christophwurst/nextcloud": "^21.0",
"christophwurst/nextcloud": "dev-stable23",
"jakub-onderka/php-parallel-lint": "^1.0.0",
"nextcloud/coding-standard": "^0.5.0",
"psalm/phar": "^4.3"
Expand All @@ -15,7 +15,6 @@
"email": "jus@bitgrid.net"
}
],
"require": {},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
Expand Down
Loading

0 comments on commit 5521bfb

Please sign in to comment.