Skip to content

Commit 49028ff

Browse files
author
mondrake
authored
PHPUnit 4.8 calls function each(), deprecated in PHP 7.2
1 parent 969bd21 commit 49028ff

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
@@ -19,6 +19,6 @@
1919
"bin-dir": "bin"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^4.8"
22+
"phpunit/phpunit": "^4.8 || 5.*"
2323
}
2424
}

0 commit comments

Comments
 (0)