We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb75c6 commit 6419748Copy full SHA for 6419748
composer.json
@@ -4,12 +4,8 @@
4
"type": "php",
5
"require": {
6
"php": ">=5.5.9 | >=7.0",
7
- "ext-curl": "*",
8
"guzzlehttp/guzzle": "^6.4",
9
- "ext-libxml" : "*",
10
- "ext-simplexml" : "*",
11
"ext-json": "*",
12
- "ext-yaml": "*",
13
"lib-libxml" : ">=2.6.20",
14
"nahid/qarray": "^1.2",
15
"guzzlehttp/psr7": "^1.6"
@@ -18,6 +14,12 @@
18
"phpunit/phpunit": "^6.2",
19
"symfony/var-dumper": "^3.4"
20
16
},
17
+ "suggest": {
+ "ext-curl": "*",
+ "ext-libxml": "*",
+ "ext-yaml": "*",
21
+ "ext-simplexml" : "*"
22
+ },
23
"license": "MIT",
24
"authors": [
25
{
0 commit comments