Skip to content

Commit

Permalink
fix(CI): Update tools
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 7, 2023
1 parent f909cba commit ed5d2fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0"
}
"php": "8.0.2"
},
"sort-packages": true
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
Expand All @@ -20,8 +21,8 @@
"test:integration": "cd tests/Integration && ./run.sh"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/ocp": "dev-master"
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "dev-master",
"phpunit/phpunit": "^9.6"
}
}
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed5d2fd

Please sign in to comment.