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

Commit 690d276

Browse files
committed
Updated PHPUnit dependency to 6.3
- Fixes issues when running tests against lowest supported PHPUnit version.
1 parent 5152f47 commit 690d276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"psr/http-message": "^1.0.1"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^6.0.8",
31+
"phpunit/phpunit": "^6.3",
3232
"roave/security-advisories": "dev-master",
3333
"zendframework/zend-coding-standard": "~1.0.0"
3434
},

0 commit comments

Comments
 (0)