Skip to content

Commit

Permalink
Bump dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 7, 2022
1 parent b10c4f6 commit d1c14bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
"name": "nextcloud/activity",
"description": "activity",
"license": "AGPL",
"require": {
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"nextcloud/coding-standard": "^0.5.0",
"psalm/phar": "^4.3",
"christophwurst/nextcloud": "dev-master@dev"
"christophwurst/nextcloud": "dev-master"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.3"
"php": "7.4"
}
},
"autoload-dev": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit d1c14bb

Please sign in to comment.