Skip to content

Commit 12f7be6

Browse files
committed
Add EncodingService
Signed-off-by: Raul <raul@nextcloud.com>
1 parent 44ec975 commit 12f7be6

7 files changed

Lines changed: 3163 additions & 772 deletions

File tree

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"roave/security-advisories": "dev-master",
66
"christophwurst/nextcloud": "^21.0",
77
"jakub-onderka/php-parallel-lint": "^1.0.0",
8-
"nextcloud/coding-standard": "^0.5.0",
9-
"psalm/phar": "^4.3"
8+
"nextcloud/coding-standard": "^1.0.0",
9+
"psalm/phar": "^4.3",
10+
"phpunit/phpunit": "^9.5",
11+
"ext-mbstring": "*"
1012
},
1113
"license": "AGPLv3",
1214
"authors": [
@@ -20,6 +22,7 @@
2022
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
2123
"cs:check": "php-cs-fixer fix --dry-run --diff",
2224
"cs:fix": "php-cs-fixer fix",
23-
"psalm": "psalm.phar"
25+
"psalm": "psalm.phar",
26+
"test:unit": "phpunit -c tests/phpunit.xml"
2427
}
2528
}

0 commit comments

Comments
 (0)