Skip to content

Commit

Permalink
Merge pull request #1636 from ConductionNL/feature/GW-1650/wildcard-s…
Browse files Browse the repository at this point in the history
…earch

Update some dependencies
  • Loading branch information
WilcoLouwerse authored Mar 28, 2024
2 parents 9dee4b2 + 8992368 commit 4f3918e
Show file tree
Hide file tree
Showing 8 changed files with 288 additions and 25 deletions.
4 changes: 2 additions & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"phpoffice/phpspreadsheet": "^1.29",
"phpoffice/phpword": "^0.18.2",
"phpstan/phpdoc-parser": "^1.25",
"ramsey/uuid": "*",
"ramsey/uuid-doctrine": "^2.0",
"ramsey/uuid": "^3.8 | ^4.7",
"ramsey/uuid-doctrine": "^1.5 | ^2.0",
"respect/validation": "^2.2",
"setono/cron-expression-bundle": "^1.5",
"symfony/asset": "5.3.* | ^5.4",
Expand Down
264 changes: 248 additions & 16 deletions api/composer.lock

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

1 change: 1 addition & 0 deletions api/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
Endroid\QrCodeBundle\EndroidQrCodeBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
];
4 changes: 4 additions & 0 deletions api/config/packages/stof_doctrine_extensions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
# See the official DoctrineExtensions documentation for more details: https://github.com/doctrine-extensions/DoctrineExtensions/tree/main/doc
stof_doctrine_extensions:
default_locale: en_US
Loading

0 comments on commit 4f3918e

Please sign in to comment.