Skip to content

Commit

Permalink
Merge pull request #1 from adisaf/patch-1
Browse files Browse the repository at this point in the history
require ext
  • Loading branch information
FinPayTech committed Aug 1, 2018
2 parents e667e95 + befbe59 commit 2910a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -3,9 +3,9 @@
"description": "ATLPay APIv2 Integration PHP SDK",
"type": "library",
"require": {
"ext-curl": "^0.0.0",
"ext-json": "^1.2",
"ext-mbstring": "^0.0.0"
"ext-curl": ">=0.0.0",
"ext-json": ">=1.2",
"ext-mbstring": ">=0.0.0"
},
"autoload": {
"psr-4": { "ATLPay\\": "src/" }
Expand Down

0 comments on commit 2910a88

Please sign in to comment.