re #74 remove assetfree package

This commit is contained in:
Antonio Ramirez
2017-09-22 17:30:06 +02:00
parent 52a2ff56e1
commit e56455d0e9
5 changed files with 15 additions and 3 deletions

View File

@ -11,7 +11,7 @@ settings:
modules: modules:
config: config:
Db: Db:
dsn: 'mysql:host=localhost;dbname=yii2-usuario-test' dsn: 'mysql:host=127.0.0.1;dbname=yii2-usuario-test'
user: 'root' user: 'root'
password: '' password: ''
dump: tests/_data/schema.sql dump: tests/_data/schema.sql

View File

@ -48,6 +48,7 @@
"require": { "require": {
"php": ">=5.5", "php": ">=5.5",
"2amigos/yii2-selectize-widget": "^1.1", "2amigos/yii2-selectize-widget": "^1.1",
"yiisoft/yii2": ">=2.0.9",
"yiisoft/yii2-authclient": "^2.1", "yiisoft/yii2-authclient": "^2.1",
"yiisoft/yii2-bootstrap": "^2.0", "yiisoft/yii2-bootstrap": "^2.0",
"yiisoft/yii2-swiftmailer": "^2.0", "yiisoft/yii2-swiftmailer": "^2.0",
@ -55,7 +56,6 @@
"2amigos/qrcode-library": "^1.1" "2amigos/qrcode-library": "^1.1"
}, },
"require-dev": { "require-dev": {
"cebe/assetfree-yii2": "~2.0.0",
"friendsofphp/php-cs-fixer": "^2.3", "friendsofphp/php-cs-fixer": "^2.3",
"squizlabs/php_codesniffer": "*", "squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "@stable", "phpmd/phpmd": "@stable",

View File

@ -2,7 +2,7 @@
$db = [ $db = [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=127.0.0.1;dbname=yii2-usuario-test', 'dsn' => 'mysql:host=localhost;dbname=yii2-usuario-test',
'username' => 'root', 'username' => 'root',
'password' => '', 'password' => '',
'charset' => 'utf8', 'charset' => 'utf8',

View File

@ -69,6 +69,8 @@ CREATE TABLE `user` (
`blocked_at` int(11) DEFAULT NULL, `blocked_at` int(11) DEFAULT NULL,
`created_at` int(11) NOT NULL, `created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL, `updated_at` int(11) NOT NULL,
`auth_tf_key` varchar(16) DEFAULT NULL,
`auth_tf_enabled` tinyint(1) DEFAULT '0',
`flags` int(11) NOT NULL DEFAULT '0', `flags` int(11) NOT NULL DEFAULT '0',
`last_login_at` int(11) DEFAULT NULL, `last_login_at` int(11) DEFAULT NULL,

View File

@ -9,6 +9,8 @@ return [
'email' => 'user@example.com', 'email' => 'user@example.com',
'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui', 'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui',
'auth_key' => '39HU0m5lpjWtqstFVGFjj6lFb7UZDeRq', 'auth_key' => '39HU0m5lpjWtqstFVGFjj6lFb7UZDeRq',
'auth_tf_key' => '',
'auth_tf_enabled' => false,
'created_at' => $time, 'created_at' => $time,
'updated_at' => $time, 'updated_at' => $time,
'confirmed_at' => $time, 'confirmed_at' => $time,
@ -19,6 +21,8 @@ return [
'email' => 'joe@example.com', 'email' => 'joe@example.com',
'password_hash' => '$2y$13$CIH1LSMPzU9xDCywt3QO8uovAu2axp8hwuXVa72oI.1G/USsGyMBS', 'password_hash' => '$2y$13$CIH1LSMPzU9xDCywt3QO8uovAu2axp8hwuXVa72oI.1G/USsGyMBS',
'auth_key' => 'mhh1A6KfqQLmHP-MiWN0WB0M90Q2u5OE', 'auth_key' => 'mhh1A6KfqQLmHP-MiWN0WB0M90Q2u5OE',
'auth_tf_key' => '',
'auth_tf_enabled' => false,
'created_at' => $time, 'created_at' => $time,
'updated_at' => $time, 'updated_at' => $time,
], ],
@ -28,6 +32,8 @@ return [
'email' => 'john@example.com', 'email' => 'john@example.com',
'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui', 'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui',
'auth_key' => 'h6OS9csJbZEOW59ZILmJxU6bCiqVno9A', 'auth_key' => 'h6OS9csJbZEOW59ZILmJxU6bCiqVno9A',
'auth_tf_key' => '',
'auth_tf_enabled' => false,
'created_at' => $time - 86401, 'created_at' => $time - 86401,
'updated_at' => $time - 86401, 'updated_at' => $time - 86401,
], ],
@ -37,6 +43,8 @@ return [
'email' => 'steven@example.com', 'email' => 'steven@example.com',
'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui', 'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui',
'auth_key' => 'TnXTrtLdj-YJBlG2A6jFHJreKgbsLYCa', 'auth_key' => 'TnXTrtLdj-YJBlG2A6jFHJreKgbsLYCa',
'auth_tf_key' => '',
'auth_tf_enabled' => false,
'created_at' => $time, 'created_at' => $time,
'updated_at' => $time, 'updated_at' => $time,
'blocked_at' => $time, 'blocked_at' => $time,
@ -58,6 +66,8 @@ return [
'email' => 'alex@example.com', 'email' => 'alex@example.com',
'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui', 'password_hash' => '$2y$13$qY.ImaYBppt66qez6B31QO92jc5DYVRzo5NxM1ivItkW74WsSG6Ui',
'auth_key' => 'zQh1A65We0AmHPOMiWN0WB0M90Q24ziU', 'auth_key' => 'zQh1A65We0AmHPOMiWN0WB0M90Q24ziU',
'auth_tf_key' => '',
'auth_tf_enabled' => false,
'created_at' => $time, 'created_at' => $time,
'updated_at' => $time, 'updated_at' => $time,
'confirmed_at' => $time, 'confirmed_at' => $time,