Skip to content

Commit f4a2947

Browse files
committed
Upgrade to PHPUnit 6.x (composer require phpunit/phpunit '^6.0' --update-with-dependencies)
1 parent 60d167d commit f4a2947

3 files changed

Lines changed: 88 additions & 90 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=5.6",
2727
"bigcommerce/injector": "@stable",
28-
"phpunit/phpunit": "^5.6"
28+
"phpunit/phpunit": "^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)