composer.json
c5d2b2a0
 {
     "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"
 			}
 		}
 }