Skip to content

Commit

Permalink
Version 204
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Proske committed Jun 21, 2021
1 parent 701ff06 commit f3d47b6
Show file tree
Hide file tree
Showing 715 changed files with 30,214 additions and 11,760 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"description": "mollie",
"type": "project",
"require": {
"roave/security-advisories": "dev-master",
"mollie/mollie-api-php": "^2.12.0"
"ext-json": "*",
"ext-curl": "*",
"php": ">=5.6",
"mollie/mollie-api-php": "^v2.31.1",
"guzzlehttp/guzzle": "^6.5.5"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"license": "Proprietary",
"authors": [
Expand All @@ -14,6 +20,6 @@
}
],
"config": {
"optimize-autoloader": true
"optimize-autoloader": true
}
}
Loading

0 comments on commit f3d47b6

Please sign in to comment.