Skip to content

Commit 95b4802

Browse files
committed
Updating the phpunit dependency to a slightly newer version
1 parent 5a08ef4 commit 95b4802

2 files changed

Lines changed: 99 additions & 174 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.4",
26-
"fakerphp/faker": "^1.20"
25+
"fakerphp/faker": "^1.20",
26+
"phpunit/phpunit": "^8.0 || ^9.0"
2727
}
2828
}

0 commit comments

Comments
 (0)