Skip to content

Commit

Permalink
Merge pull request #2415 from nextcloud/backport/2385/stable23
Browse files Browse the repository at this point in the history
[stable23] Add support for different encodings
  • Loading branch information
juliusknorr authored Jun 9, 2022
2 parents 5521bfb + 2ccdfd9 commit 652efeb
Show file tree
Hide file tree
Showing 10 changed files with 221 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
./occ app:enable --force ${{ env.APP_NAME }}
- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}/tests
run: phpunit -c phpunit.xml
working-directory: apps/${{ env.APP_NAME }}
run: phpunit -c tests/phpunit.xml

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"christophwurst/nextcloud": "dev-stable23",
"jakub-onderka/php-parallel-lint": "^1.0.0",
"nextcloud/coding-standard": "^0.5.0",
"psalm/phar": "^4.3"
"psalm/phar": "^4.3",
"ext-mbstring": "*"
},
"license": "AGPLv3",
"authors": [
Expand Down
Loading

0 comments on commit 652efeb

Please sign in to comment.