Skip to content

Commit ae6aeda

Browse files
committed
Fixed lowest supported version of phpunit
1 parent ac082c3 commit ae6aeda

File tree

2 files changed

+3
-262
lines changed

2 files changed

+3
-262
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=7.2"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.5"
21+
"phpunit/phpunit": "^8.5|^9.5"
2222
},
2323
"autoload": {
2424
"psr-4": {

composer.lock

Lines changed: 2 additions & 261 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)