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

Commit cda8fa6

Browse files
committed
Merge branch 'feature/ask-phpunit'
Close #445
2 parents 7581703 + 92f4e18 commit cda8fa6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,16 @@
9595
"prompt": "Would you like to install sessions support?",
9696
"module": true
9797
},
98+
{
99+
"name": "phpunit/phpunit",
100+
"constraint": "^7.5.12 || ^6.5.14 || ^5.7.14",
101+
"prompt": "Would you like to install testing support?",
102+
"dev": true
103+
},
98104
{
99105
"name": "zendframework/zend-test",
100106
"constraint": "^3.0.1",
101-
"prompt": "Would you like to install MVC testing support?",
107+
"prompt": "Would you like to install MVC testing tools for testing support?",
102108
"dev": true
103109
},
104110
{

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)