Skip to content

Commit

Permalink
v2.1.600
Browse files Browse the repository at this point in the history
  • Loading branch information
johnturnham committed Feb 18, 2024
1 parent 8f42980 commit c141786
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description": "OpenAPI compliant library to access resources on the Wallet Platform", "keywords": ["openapitools", "php", "sdk", "wallet-sdk", "wallet-api"], "homepage": "https://github.com/WalletInc/sdk-php", "license": "unlicense", "authors": [{"name": "John Turnham", "email": "john.turnham@wallet.inc", "role": "CTO"}, {"name": "Pratheek Adidela", "email": "pratheek.adidela@wallet.inc", "role": "Developer"}], "require": {"php": "^7.3 || ^8.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.3", "guzzlehttp/psr7": "^1.7 || ^2.0"}, "require-dev": {"phpunit/phpunit": "^8.0 || ^9.0", "friendsofphp/php-cs-fixer": "^2.12"}, "autoload": {"psr-4": {"OpenAPI\\Client\\": "lib/"}}, "autoload-dev": {"psr-4": {"OpenAPI\\Client\\Test\\": "test/"}}, "name": "wallet/wallet", "type": "wallet-api-plugin", "prefer-stable": true, "minimum-stability": "dev", "config": {"platform": {"php": "7.4.24"}}, "version": "2.1.535"}
{"description": "OpenAPI compliant library to access resources on the Wallet Platform", "keywords": ["openapitools", "php", "sdk", "wallet-sdk", "wallet-api"], "homepage": "https://github.com/WalletInc/sdk-php", "license": "unlicense", "authors": [{"name": "John Turnham", "email": "john.turnham@wallet.inc", "role": "CTO"}, {"name": "Pratheek Adidela", "email": "pratheek.adidela@wallet.inc", "role": "Developer"}], "require": {"php": "^7.3 || ^8.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.3", "guzzlehttp/psr7": "^1.7 || ^2.0"}, "require-dev": {"phpunit/phpunit": "^8.0 || ^9.0", "friendsofphp/php-cs-fixer": "^2.12"}, "autoload": {"psr-4": {"OpenAPI\\Client\\": "lib/"}}, "autoload-dev": {"psr-4": {"OpenAPI\\Client\\Test\\": "test/"}}, "name": "wallet/wallet", "type": "wallet-api-plugin", "prefer-stable": true, "minimum-stability": "dev", "config": {"platform": {"php": "7.4.24"}}, "version": "2.1.600"}
7 changes: 7 additions & 0 deletions openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.3.0"
}
}

0 comments on commit c141786

Please sign in to comment.