{
	"name" : "exsyst/swagger",
	"description" : "A php library to manipulate Swagger specifications",
	"type" : "library",
	"license" : "MIT",
	"authors" : [
		{
			"name" : "Guilhem Niot",
			"email" : "guilhem@gniot.fr"
		}
	],
	"autoload" : {
		"psr-4" : {
			"EXSyst\\Component\\Swagger\\" : "src/"
		}
	},
	"autoload-dev" : {
		"psr-4" : {
			"EXSyst\\Component\\Swagger\\tests\\" : "tests/"
		}
	},
	"require" : {
		"php" : "^7.0|^8.0"
	},
	"require-dev" : {
    "symfony/phpunit-bridge": "^4.1.8|^5.0"
	}
}
