Skip to content

Commit

Permalink
Merge branch 'main' into add-create-user-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JVT038 committed Feb 28, 2024
2 parents 9aa2e6b + 9310f33 commit fd4551f
Show file tree
Hide file tree
Showing 11 changed files with 447 additions and 484 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.7",
"guzzlehttp/guzzle": "^7.8",
"league/csv": "^9.12",
"doctrine/dbal": "^3.8.2",
"guzzlehttp/guzzle": "^7.8.1",
"league/csv": "^9.15",
"maennchen/zipstream-php": "^3.1",
"monolog/monolog": "^3.5",
"nikic/fast-route": "^1.3",
"php-di/php-di": "^7.0",
"phpmailer/phpmailer": "^6.9",
"psr/http-client": "^1.0",
"ramsey/uuid": "^4.7",
"robmorgan/phinx": "^0.15",
"php-di/php-di": "^7.0.6",
"phpmailer/phpmailer": "^6.9.1",
"psr/http-client": "^1.0.3",
"ramsey/uuid": "^4.7.5",
"robmorgan/phinx": "^0.15.5",
"spomky-labs/otphp": "^11.2",
"symfony/console": "^6.4",
"symfony/console": "^6.4.4",
"twig/twig": "^3.8",
"vlucas/phpdotenv": "^5.5"
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^9.6.17",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"squizlabs/php_codesniffer": "^3.9",
"phpstan/phpstan": "^1.10.59",
"phpstan/phpstan-phpunit": "^1.3.16",
"vimeo/psalm": "^4.30",
"psalm/plugin-phpunit": "^0.18",
"webmozarts/strict-phpunit": "^7.8"
"psalm/plugin-phpunit": "^0.18.4",
"webmozarts/strict-phpunit": "^7.11.4"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit fd4551f

Please sign in to comment.