{ "name": "gipfl/web", "description": "Various web widgets", "type": "library", "license": "MIT", "authors": [ { "name": "Thomas Gelf", "email": "thomas@gelf.net" } ], "config": { "sort-packages": true }, "autoload": { "psr-4": { "gipfl\\Web\\": "src" } }, "require": { "php": ">=5.6.0", "ipl/html": ">=0.3", "gipfl/translation": ">=0.1.1" } }