diff options
author | Протопопов Валерий <v.protopopov@office.ngs.ru> | 2017-11-07 11:00:49 +0300 |
---|---|---|
committer | Протопопов Валерий <v.protopopov@office.ngs.ru> | 2017-11-07 11:12:47 +0300 |
commit | 5f5c5b124b2c8c7056aac01426d2c249d3f35aff (patch) | |
tree | bf288db2713490eb493a6d4834330eace1f0d2f5 /composer.json | |
parent | fb502e2f603cc5a7d0268d281643e37ba8f80196 (diff) |
All methods are now static
- Restore original mb_internal_encoding after method call
- Add PHPUnit 5.0 to dev-deps
- dict.php wrapped into PHPUnit data provider
- Increased memory limit for tests
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 444a6de..33613fc 100644 --- a/composer.json +++ b/composer.json @@ -17,5 +17,8 @@ }, "require": { "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "^5.0" } } |