Skip to content

Commit

Permalink
move unnecessary extension requirements to suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
omalizadeh committed Sep 27, 2021
1 parent d14897d commit 1f93dfc
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
"type": "library",
"license": "MIT",
"keywords": [
"laravel",
"php",
"payment",
"bank",
"shetab",
"gateway",
"invoice",
"behpardakht",
"saman",
"mellat",
"zarinpal",
"saman",
"sep",
"pasargad",
"eghtesad novin",
"online payment",
"laravel payment"
"zarinpal",
"zibal"
],
"authors": [
{
Expand All @@ -27,11 +30,15 @@
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-soap": "*",
"ext-openssl": "*",
"illuminate/support": "^7.0|^8.0",
"ramsey/uuid": "^4.0"
},
"suggest": {
"ext-bcmath": "Needed to use pasargad gateway",
"ext-openssl": "Needed to use eghtesad novin gateway",
"ext-simplexml": "Needed to use pasargad gateway",
"ext-soap": "Needed to use SOAP drivers: mellat, saman"
},
"require-dev": {
"orchestra/testbench": "^6.18"
},
Expand All @@ -45,6 +52,9 @@
"Omalizadeh\\MultiPayment\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
Expand All @@ -55,5 +65,6 @@
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 1f93dfc

Please sign in to comment.