summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index de7817d..305b2d5 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,11 @@
"issues": "https://github.com/cweiske/jsonmapper/issues"
},
"require":{
- "php": ">=5.6"
+ "php": ">=5.6",
+ "ext-spl": "*",
+ "ext-json": "*",
+ "ext-pcre": "*",
+ "ext-reflection": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4",