Skip to content

Commit 8aca0fc

Browse files
committed
Add ext-json to require-dev in composer.json
1 parent 92e6f6b commit 8aca0fc

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
@@ -20,7 +20,8 @@
2020
"require-dev": {
2121
"ext-pdo": "*",
2222
"phpunit/phpunit": "^8.5.40 || ^9.5",
23-
"bamarni/composer-bin-plugin": "^1.4"
23+
"bamarni/composer-bin-plugin": "^1.4",
24+
"ext-json": "*"
2425
},
2526
"config": {
2627
"sort-packages": true,

0 commit comments

Comments
 (0)