diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-21 11:10:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-21 11:10:40 +0200 |
commit | 0bd311b10fc62800d09b74163ba1bc378276df38 (patch) | |
tree | e63151aee07190d297c37a08fda2cdf653be42ea /composer.json | |
parent | e731a9da5ba88697dc6773e8485852ba777afbda (diff) |
- switch to phpunit7
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 980cb67..0312cc8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "zendframework/zend-serializer", - "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", + "description": "Serialize and deserialize PHP structures to a variety of representations", "license": "BSD-3-Clause", "keywords": [ "zf", @@ -12,7 +12,7 @@ "issues": "https://github.com/zendframework/zend-serializer/issues", "source": "https://github.com/zendframework/zend-serializer", "rss": "https://github.com/zendframework/zend-serializer/releases.atom", - "slack": "https://zendframework-slack.herokuapp.com", + "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, "require": { @@ -21,7 +21,7 @@ "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "^5.7.25 || ^6.4.4", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-math": "^2.6 || ^3.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |