Skip to content

Commit be73b35

Browse files
committed
phpunit in composer to make @beryllium happy
1 parent 6c85162 commit be73b35

File tree

2 files changed

+834
-0
lines changed

2 files changed

+834
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"require": {
1313
"php": ">=5.4"
1414
},
15+
"require-dev": {
16+
"phpunit/phpunit": "~4.2"
17+
},
1518
"autoload": {
1619
"files": ["src/retry.php"]
1720
},

0 commit comments

Comments
 (0)