Skip to content

Commit

Permalink
Merge pull request #3809 from LibreSign/chore/bump-dependencies
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
vitormattos authored Oct 21, 2024
2 parents bc8d0c8 + 6df2f18 commit cab732a
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 63 deletions.
34 changes: 17 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/Db/IdentifyMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ class IdentifyMethod extends Entity {

public function __construct() {
$this->addType('signRequestId', 'integer');
$this->addType('mandatory', 'int');
$this->addType('mandatory', 'integer');
$this->addType('code', 'string');
$this->addType('identifierKey', 'string');
$this->addType('identifierValue', 'string');
$this->addType('attempts', 'int');
$this->addType('attempts', 'integer');
$this->addType('identifiedAtDate', 'datetime');
$this->addType('lastAttemptDate', 'datetime');
$this->addType('metadata', Types::JSON);
Expand Down
12 changes: 6 additions & 6 deletions vendor-bin/coding-standard/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions vendor-bin/openapi-extractor/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor-bin/php-coveralls/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions vendor-bin/phpunit/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor-bin/psalm/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cab732a

Please sign in to comment.