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

Commit

Permalink
add phpunit 6 require
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Feb 3, 2017
1 parent 66f0ecb commit 656701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"require": {
"php": "^5.6 || ^7.0",
"phpunit/phpunit": "^4.0 || ^5.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0",
"zendframework/zend-console": "^2.6",
"zendframework/zend-dom": "^2.6",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
Expand Down

0 comments on commit 656701d

Please sign in to comment.