Skip to content

Commit f4da129

Browse files
committed
Add missing dev requirement
1 parent e412612 commit f4da129

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
@@ -22,6 +22,7 @@
2222
"unclecheese/display-logic": "^2"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.5"
25+
"phpunit/phpunit": "^9.5",
26+
"friendsofphp/php-cs-fixer": "^3"
2627
}
2728
}

0 commit comments

Comments
 (0)