{
    "name" : "serwersms/serwersmsbundle",
    "description" : "This is a Symfony2,3,4 Bundle for communication with the API v2 SerwerSMS.pl",
    "type" : "symfony-bundle",
	"version": "1.0.3",
    "authors": [
        {
            "name": "SerwerSMS.pl",
            "email": "biuro@serwersms.pl"
        }
    ],
    "keywords" : [
        "serwersms","api sms","sms"
    ],
	"homepage": "https://serwersms.pl/",
    "license" : [
        "MIT"
    ],
    "require" : {
		"php": ">=5.3.9"
    },
    "autoload" : {
        "psr-0" : {
            "SerwerSMS\\SerwerSMSBundle" : ""
        }
    },
    "target-dir" : "SerwerSMS/SerwerSMSBundle"
    
}