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

Commit 785bf0b

Browse files
authored
Merge pull request #728 from localheinz/feature/phpunit
Enhancement: Require latest version of phpunit/phpunit
2 parents 2f14903 + f512f77 commit 785bf0b

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
@@ -16,7 +16,7 @@
1616
"paragonie/random_compat": "^2.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~4.0",
19+
"phpunit/phpunit": "^5.7.5",
2020
"mockery/mockery": "~0.8",
2121
"guzzlehttp/guzzle": "~5.0"
2222
},

0 commit comments

Comments
 (0)