-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
johnturnham
committed
Feb 18, 2024
1 parent
f1691f0
commit b5d3019
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |