mirror of
https://github.com/elyby/accounts.git
synced 2024-11-26 16:52:02 +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,
|
'account_id' => $account->id,
|
||||||
'type' => EmailActivation::TYPE_NEW_EMAIL_CONFIRMATION,
|
'type' => EmailActivation::TYPE_NEW_EMAIL_CONFIRMATION,
|
||||||
]);
|
]);
|
||||||
$this->assertNotNull(EmailActivation::class, $activation);
|
$this->assertInstanceOf(EmailActivation::class, $activation);
|
||||||
|
|
||||||
/** @var SendNewEmailConfirmation $job */
|
/** @var SendNewEmailConfirmation $job */
|
||||||
$job = $this->tester->grabLastQueuedJob();
|
$job = $this->tester->grabLastQueuedJob();
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"bacon/bacon-qr-code": "^1.0",
|
"bacon/bacon-qr-code": "^1.0",
|
||||||
"paragonie/constant_time_encoding": "^2.0",
|
"paragonie/constant_time_encoding": "^2.0",
|
||||||
"webmozart/assert": "^1.2.0",
|
"webmozart/assert": "^1.2.0",
|
||||||
"goaop/framework": "~2.2.0",
|
"goaop/framework": "^2.2.0",
|
||||||
"domnikl/statsd": "^2.6",
|
"domnikl/statsd": "^2.6",
|
||||||
"yiisoft/yii2-queue": "~2.1.0"
|
"yiisoft/yii2-queue": "~2.1.0"
|
||||||
},
|
},
|
||||||
@ -32,17 +32,22 @@
|
|||||||
"yiisoft/yii2-debug": "*",
|
"yiisoft/yii2-debug": "*",
|
||||||
"yiisoft/yii2-faker": "*",
|
"yiisoft/yii2-faker": "*",
|
||||||
"flow/jsonpath": "^0.4.0",
|
"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/specify": "^1.0.0",
|
||||||
"codeception/verify": "*",
|
"codeception/verify": "*",
|
||||||
"mockery/mockery": "^1.0.0",
|
"mockery/mockery": "^1.0.0",
|
||||||
"php-mock/php-mock-mockery": "^1.2.0",
|
"php-mock/php-mock-mockery": "^1.2.0",
|
||||||
"friendsofphp/php-cs-fixer": "^2.11",
|
|
||||||
"ely/php-code-style": "^0.1.0",
|
"ely/php-code-style": "^0.1.0",
|
||||||
"predis/predis": "^1.1",
|
"predis/predis": "^1.1",
|
||||||
"roave/security-advisories": "dev-master"
|
"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": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"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