Skip to content

Commit 444be3c

Browse files
committed
build: change phpunit version
Changed the PHPUnit version from 9.0 to 9.5 Closes #17
1 parent afc2b67 commit 444be3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"type": "library",
66
"keywords": [
7-
"Session",
8-
"PHP"
7+
"session",
8+
"php"
99
],
1010
"authors": [
1111
{
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"phpmd/phpmd": "^2.12",
28-
"phpunit/phpunit": "^9.0",
28+
"phpunit/phpunit": "^9.5",
2929
"squizlabs/php_codesniffer": "^3.7"
3030
},
3131
"minimum-stability": "stable",

0 commit comments

Comments
 (0)