composer.json (597B)
1 { 2 "name": "panique/huge", 3 "type": "project", 4 "description": "A full-feature user authentication / login system embedded into a simple but powerful MVC framework structure", 5 "keywords": ["login", "auth", "user", "authentication", "mvc", "membership"], 6 "homepage": "https://github.com/panique/huge", 7 "license": "MIT", 8 "require-dev": { 9 "php": ">=5.5.0", 10 "phpmailer/phpmailer": "~5.2", 11 "gregwar/captcha": "~1.1", 12 "phpunit/phpunit": "~4.8" 13 }, 14 "autoload": { 15 "psr-4": { "": ["application/core/", "application/model/"] } 16 } 17 }