Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 52e0ce8

Browse files
committed
Install phpunit
1 parent 4ef7be0 commit 52e0ce8

File tree

2 files changed

+1744
-2
lines changed

2 files changed

+1744
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
}
2424
],
2525
"require-dev": {
26-
"squizlabs/php_codesniffer": "^3.10"
26+
"squizlabs/php_codesniffer": "^3.10",
27+
"phpunit/phpunit": "^9.6"
2728
},
2829
"scripts": {
2930
"phpcs": "./vendor/bin/phpcs --standard=PSR12 src",

0 commit comments

Comments
 (0)