Skip to content

Commit

Permalink
Add EncodingService
Browse files Browse the repository at this point in the history
Signed-off-by: Raul <[email protected]>
  • Loading branch information
Raudius committed Jun 9, 2022
1 parent 5521bfb commit d12cae5
Show file tree
Hide file tree
Showing 7 changed files with 212 additions and 134 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"psalm": "psalm.phar"
"psalm": "psalm.phar",
"test:unit": "phpunit -c tests/phpunit.xml"
}
}
Loading

0 comments on commit d12cae5

Please sign in to comment.