{
	"name" : "soneso/stellar-php-sdk",
	"description" : "Stellar PHP SDK for the Stellar Network",
	"autoload" : {
		"psr-4" : {
			"Soneso\\StellarSDK\\" : "Soneso/StellarSDK/",
			"Soneso\\StellarSDKTests\\" : "Soneso/StellarSDKTests/"
		}
	},
	"require" : {
		"guzzlehttp/guzzle" : "~7.3",
		"christian-riesen/base32" : "~1.6",
		"paragonie/sodium_compat" : "~1.17",
		"phpseclib/phpseclib" : "~3.0",
		"yosymfony/toml" : "~1.0",
      	"ext-bcmath": "*"
    },
	"license" : "Apache-2.0",
	"authors" : [{
			"name" : "Christian Rogobete",
			"email" : "c.rogobete@soneso.com"
		}
	],
	"require-dev" : {
		"phpunit/phpunit" : "~9.5"
	}
}
