26 lines
673 B
JSON
26 lines
673 B
JSON
{
|
|
"name": "rainlab/user-plugin",
|
|
"type": "october-plugin",
|
|
"description": "User plugin for October CMS",
|
|
"homepage": "https://octobercms.com/plugin/rainlab-user",
|
|
"keywords": ["october", "octobercms", "user"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Alexey Bobkov",
|
|
"email": "aleksey.bobkov@gmail.com",
|
|
"role": "Co-founder"
|
|
},
|
|
{
|
|
"name": "Samuel Georges",
|
|
"email": "daftspunky@gmail.com",
|
|
"role": "Co-founder"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|