Skip to content

Commit

Permalink
v205
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Proske committed Aug 12, 2021
1 parent f3d47b6 commit 2e7634b
Show file tree
Hide file tree
Showing 536 changed files with 16,236 additions and 6,789 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"name": "webstollen/ws_mollie",
"description": "mollie",
"description": "Mollie",
"type": "project",
"scripts": {
"phpcbf": "phpcbf --standard=PSR12 --encoding=utf8 -p ./version",
"php-cs-fixer": "php-cs-fixer fix",
"fix": "phpcbf --standard=PSR12 --encoding=utf8 -p ./version; php-cs-fixer fix"
},
"require": {
"ext-json": "*",
"ext-curl": "*",
"ext-openssl": "*",
"php": ">=5.6",
"mollie/mollie-api-php": "^v2.31.1",
"guzzlehttp/guzzle": "^6.5.5"
"mollie/mollie-api-php": "^v2.37.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "3.*",
"friendsofphp/php-cs-fixer": "2.*"
},
"license": "Proprietary",
"authors": [
Expand Down
Loading

0 comments on commit 2e7634b

Please sign in to comment.