mirror of
https://github.com/cgsmith/yii2-user.git
synced 2026-02-04 00:02:37 -06:00
RBAC and social controller
This commit is contained in:
@@ -19,8 +19,18 @@
|
||||
"yiisoft/yii2": "~2.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.0",
|
||||
"phpstan/phpstan": "^1.10"
|
||||
"codeception/codeception": "^5.0",
|
||||
"codeception/module-asserts": "^3.0",
|
||||
"codeception/module-yii2": "^1.1",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "codecept run",
|
||||
"test:unit": "codecept run unit",
|
||||
"test:functional": "codecept run functional",
|
||||
"phpstan": "phpstan analyse",
|
||||
"lint": "@phpstan"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user