composer.json 486 字节
{
	"name": "lackoxygen/min-payment",
	"type": "library",
	"description": "敏付",
	"license": "MIT",
	"authors": [
		{
			"name": "jz",
			"email": "jingzeou@outlook.com"
		}
	],
	"require": {
		"php": ">=7.1",
		"illuminate/support": "^5.8"
	},
	"require-dev": {
		"phpunit/phpunit": "~4.0"
	},
	"autoload": {
		"psr-4": {
			"Lackoxygen\\MinPayment\\": "src/"
		}
	},
	"extra": {
		"laravel": {
			"providers": [
				"Lackoxygen\\MinPayment\\MinPaymentServiceProvider"
			]
		}
	}
}