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

Commit

Permalink
Merge branch 'feature/ask-phpunit'
Browse files Browse the repository at this point in the history
Close #445
  • Loading branch information
Xerkus committed Jun 25, 2019
2 parents 7581703 + 92f4e18 commit cda8fa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -95,10 +95,16 @@
"prompt": "Would you like to install sessions support?",
"module": true
},
{
"name": "phpunit/phpunit",
"constraint": "^7.5.12 || ^6.5.14 || ^5.7.14",
"prompt": "Would you like to install testing support?",
"dev": true
},
{
"name": "zendframework/zend-test",
"constraint": "^3.0.1",
"prompt": "Would you like to install MVC testing support?",
"prompt": "Would you like to install MVC testing tools for testing support?",
"dev": true
},
{
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cda8fa6

Please sign in to comment.