diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index cf48b07..793d40e 100644 --- a/composer.json +++ b/composer.json @@ -20,15 +20,15 @@ "guzzlehttp/guzzle": "^5.3.1|^6.2.1", "guzzlehttp/psr7": "^1.4.1", "guzzlehttp/promises": "~1.0", - "mtdowling/jmespath.php": "~2.2" + "mtdowling/jmespath.php": "~2.2", + "ext-pcre": "*", + "ext-json": "*", + "ext-simplexml": "*", + "ext-spl": "*" }, "require-dev": { "ext-openssl": "*", - "ext-pcre": "*", - "ext-spl": "*", - "ext-json": "*", "ext-dom": "*", - "ext-simplexml": "*", "phpunit/phpunit": "^4.8.35|^5.4.0", "behat/behat": "~3.0", "doctrine/cache": "~1.4", |