28 lines
741 B
JSON
28 lines
741 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": "^8.0.2",
|
|
"october/rain": ">=3.0",
|
|
"firebase/php-jwt": "^6.4",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|