{
	"name": "antidot/bpost-api-library",
	"type": "library",
	"description": "PHP bPost is a (wrapper)class to communicate with the bPost Webservices.",
	"homepage": "https://github.com/antidot/bpost-api-library",
	"license": "BSD",
	"authors": [
		{
			"name": "Tijs Verkoyen",
			"email": "bpost@verkoyen.eu",
			"role": "Developer"
		},
		{
			"name": "kouinkouin",
			"email": "me@kouinkouin.com",
			"role": "Developer"
		}
	],
	"require": {
		"php": ">=5.3.0",
		"ext-curl": "*",
		"psr/log": "~1.0.0"
	},
    "require-dev": {
      "phpunit/phpunit": "5.*"
    },
    "autoload": {
		"psr-4": {
			"TijsVerkoyen\\Bpost\\": "src/"
		}
    }
}
