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-08-30 01:17:44 UTC
README
Germania KG · ConvertCharset
安装
$ composer require germania-kg/convert-charset
开发
$ git clone https://github.com/GermaniaKG/ConvertCharset.git
$ cd ConvertCharset
$ composer install
单元测试
要么将 phpunit.xml.dist
复制到 phpunit.xml
并根据您的需求进行修改,要么保持原样。运行 PhpUnit 测试或 composer 脚本如下
$ composer test # or $ vendor/bin/phpunit