Skip to content

Commit d996651

Browse files
committed
Add symfony/phpunit-bridge to mock time() calls
1 parent 7fdec6c commit d996651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"php": "^7.1"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6.5.5"
20+
"phpunit/phpunit": "^6.5.5",
21+
"symfony/phpunit-bridge": "^4.0"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)