mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 13:42:30 +05:30
Update dependencies
This commit is contained in:
parent
1cafa36b98
commit
ea4ebd19ef
@ -50,7 +50,7 @@ class SendNewEmailVerificationFormTest extends TestCase {
|
||||
'account_id' => $account->id,
|
||||
'type' => EmailActivation::TYPE_NEW_EMAIL_CONFIRMATION,
|
||||
]);
|
||||
$this->assertNotNull(EmailActivation::class, $activation);
|
||||
$this->assertInstanceOf(EmailActivation::class, $activation);
|
||||
|
||||
/** @var SendNewEmailConfirmation $job */
|
||||
$job = $this->tester->grabLastQueuedJob();
|
||||
|
@ -24,7 +24,7 @@
|
||||
"bacon/bacon-qr-code": "^1.0",
|
||||
"paragonie/constant_time_encoding": "^2.0",
|
||||
"webmozart/assert": "^1.2.0",
|
||||
"goaop/framework": "~2.2.0",
|
||||
"goaop/framework": "^2.2.0",
|
||||
"domnikl/statsd": "^2.6",
|
||||
"yiisoft/yii2-queue": "~2.1.0"
|
||||
},
|
||||
@ -32,17 +32,22 @@
|
||||
"yiisoft/yii2-debug": "*",
|
||||
"yiisoft/yii2-faker": "*",
|
||||
"flow/jsonpath": "^0.4.0",
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"codeception/codeception": "2.5.3",
|
||||
"codeception/codeception": "^2.5.3",
|
||||
"codeception/specify": "^1.0.0",
|
||||
"codeception/verify": "*",
|
||||
"mockery/mockery": "^1.0.0",
|
||||
"php-mock/php-mock-mockery": "^1.2.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.11",
|
||||
"ely/php-code-style": "^0.1.0",
|
||||
"predis/predis": "^1.1",
|
||||
"roave/security-advisories": "dev-master"
|
||||
},
|
||||
"replace": {
|
||||
"paragonie/random_compat": "2.99.99",
|
||||
"symfony/polyfill-ctype": "*",
|
||||
"symfony/polyfill-mbstring": "*",
|
||||
"symfony/polyfill-php70": "*",
|
||||
"symfony/polyfill-php72": "*"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
|
1327
composer.lock
generated
1327
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user