Minor: Add ext-json to composer.json
This commit is contained in:
parent
760225bbfe
commit
8e79543bf7
|
|
@ -14,7 +14,8 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.0"
|
||||
"php": ">=5.2.0",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"files": ["load-v4p8.php"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue