Skip to content

Commit

Permalink
[Deps] Remove @dev
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Dec 3, 2023
1 parent 4a33316 commit e831e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"require": {
"php": "~8.2.0 || ~8.3.0",
"ext-json": "*",
"doctrine/doctrine-bundle": "^2.0.3 || ^2.11@dev",
"doctrine/orm": "^2.9@dev || ^3.0@dev",
"doctrine/doctrine-bundle": "^2.0.3",
"doctrine/orm": "^2.9 || ^3.0",
"egulias/email-validator": "^4.0",
"endroid/qr-code": "^4.0",
"lcobucci/clock": "^3.0",
"lcobucci/jwt": "^5.0",
"spomky-labs/otphp": "^11.0",
"symfony/dotenv": "^6.4 || ^7.0",
"symfony/mailer": "^6.4 || ^7.0",
"symfony/monolog-bundle": "^3.1@dev",
"symfony/monolog-bundle": "^3.1",
"symfony/rate-limiter": "^6.4 || ^7.0",
"symfony/runtime": "^6.4 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.0",
Expand Down

0 comments on commit e831e7d

Please sign in to comment.