Skip to content

Commit e423a64

Browse files
Adding PHPUnit for Test
1 parent 09ed54c commit e423a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"phpstan/phpstan": "^1.12",
1414
"symfony/polyfill-php80": "^1.31",
1515
"symfony/polyfill-ctype": "^1.31",
16-
"symfony/polyfill-mbstring": "^1.31"
16+
"symfony/polyfill-mbstring": "^1.31",
17+
"phpunit/phpunit": "^11.4"
1718
},
1819
"license": "MIT",
1920
"autoload": {

0 commit comments

Comments
 (0)