Skip to content

Commit 6419748

Browse files
author
Mehedi Hasan Nahid
committed
move some required dependancies to suggest
1 parent adb75c6 commit 6419748

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
"type": "php",
55
"require": {
66
"php": ">=5.5.9 | >=7.0",
7-
"ext-curl": "*",
87
"guzzlehttp/guzzle": "^6.4",
9-
"ext-libxml" : "*",
10-
"ext-simplexml" : "*",
118
"ext-json": "*",
12-
"ext-yaml": "*",
139
"lib-libxml" : ">=2.6.20",
1410
"nahid/qarray": "^1.2",
1511
"guzzlehttp/psr7": "^1.6"
@@ -18,6 +14,12 @@
1814
"phpunit/phpunit": "^6.2",
1915
"symfony/var-dumper": "^3.4"
2016
},
17+
"suggest": {
18+
"ext-curl": "*",
19+
"ext-libxml": "*",
20+
"ext-yaml": "*",
21+
"ext-simplexml" : "*"
22+
},
2123
"license": "MIT",
2224
"authors": [
2325
{

0 commit comments

Comments
 (0)