Skip to content

Commit d557fc3

Browse files
committed
add extension
1 parent 2576cdf commit d557fc3

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,10 +22,11 @@
2222
"require": {
2323
"php": "^7.4",
2424
"ext-dom": "*",
25+
"ext-json": "*",
2526
"phpunit/phpunit": "^8.3|^9.0",
2627
"symfony/property-access": "^4.0|^5.0",
2728
"symfony/serializer": "^4.0|^5.0",
28-
"symfony/yaml": "^4.0|^5.0"
29+
"symfony/yaml": "^4.0|^5.0",
2930
},
3031
"autoload": {
3132
"psr-4": {

0 commit comments

Comments
 (0)