summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-19 14:11:12 +0200
committerRemi Collet <remi@remirepo.net>2019-08-19 14:11:12 +0200
commit17f49c6686f6b62f7306523948f125638c17b1cb (patch)
tree52a52b8d3bdbb33b1ce0ac43ed2a50a9fb37fb9a /composer.json
parent84af4793dff265c35603f6c53a1555ac27ee3971 (diff)
- update to 1.6.0
- drop patch merged upstream
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",