Skip to content

Commit

Permalink
Merge pull request #75 from nextcloud/update-composer-deps
Browse files Browse the repository at this point in the history
update composer config and dev deps
  • Loading branch information
blizzz authored Mar 14, 2023
2 parents b636526 + 8dcf603 commit bb6723f
Show file tree
Hide file tree
Showing 14 changed files with 795 additions and 762 deletions.
2 changes: 1 addition & 1 deletion .nextcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ screenshots
tests
.travis.yml
.tx

.php-cs-fixer.dist.php
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
"email": "blizzz@arthur-schiwon.de"
}
],
"config": {
"platform": {
"php": "8.0"
}
},
"require-dev": {
"phpunit/phpunit": "^8",
"phpunit/phpunit": "^9",
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/ocp": "dev-master"
},
Expand Down
Loading

0 comments on commit bb6723f

Please sign in to comment.