← Back
Editing: composer.json
{ "name": "hassansin/login_lang", "type": "roundcube-plugin", "description": "A Roundcube Plugin to add a language selector on the login screen.", "keywords": ["customize","login","language","roundcube"], "license": "MIT", "version": "1.0", "authors": [ { "name": "Hassansin", "email": "rezatxe@gmail.com", "homepage":"https://github.com/hassansin", "role": "Develovper" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": "^5.3.0 || ^7.0.0", "roundcube/plugin-installer": "~0.1.2" }, "extra": { "roundcube": { "min-version": "1.0" } } }
Save File
Cancel