Skip to content

Commit 9a50f56

Browse files
committed
chore: add missing ext-json dependency
1 parent b7d84c5 commit 9a50f56

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
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"description": "Worldia Coding Standards",
66
"require": {
7-
"friendsofphp/php-cs-fixer": "^3.6"
7+
"friendsofphp/php-cs-fixer": "^3.6",
8+
"ext-json": "*"
89
},
910
"autoload": {
1011
"psr-4": {

0 commit comments

Comments
 (0)