Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e63532c

Browse files
committed
Updates package description and dependencies
- Simplified description to match repository. - Use PHPUnit 7 series.
1 parent 917792a commit e63532c

File tree

2 files changed

+67
-400
lines changed

2 files changed

+67
-400
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zendframework/zend-config-aggregator-modulemanager",
3-
"description": "zendframework/zend-modulemanager adapter for zendframework/zend-config-aggregator to provide zendframework/zend-mvc Module configuration which do not provide a ConfigProvider",
3+
"description": "Consume zend-mvc modules as configuration providers within zend-config-aggregator.",
44
"license": "BSD-3-Clause",
55
"authors": [
66
{
@@ -14,7 +14,7 @@
1414
"zendframework/zend-modulemanager": "^2.8"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "5.7.21 || 6.3",
17+
"phpunit/phpunit": "^7.0.3",
1818
"zendframework/zend-coding-standard": "~1.0.0",
1919
"zendframework/zend-config": "^3.1",
2020
"zendframework/zend-servicemanager": "^3.3"

0 commit comments

Comments
 (0)