germania-kg / convert-charset
1.1.0
2023-01-03 14:03 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- php-coveralls/php-coveralls: ^2.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^8.0|^9.0
- spatie/phpunit-watcher: ^1.8
This package is auto-updated.
Last update: 2024-10-30 01:39:26 UTC
README
Germania KG ยท ConvertCharset
Installation
$ composer require germania-kg/convert-charset
Development
$ git clone https://github.com/GermaniaKG/ConvertCharset.git
$ cd ConvertCharset
$ composer install
Unit tests
Either copy phpunit.xml.dist
to phpunit.xml
and adapt to your needs, or leave as is. Run PhpUnit test or composer scripts like this:
$ composer test # or $ vendor/bin/phpunit