{
    "name": "elanpl/l3",
    "description": "The LightTree framework",
    "type": "library",
    "authors": [
        {
            "name": "e-lan.pl RafaƂ Szklarczyk",
            "email": "info@light-tree.org"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
	"autoload" :
		{
			"psr-4" : {
				"elanpl\\L3\\": "src"
			}
		}
}