Skip to content

Commit

Permalink
Jwt authentication bundle 3 0 (markitosgv#338)
Browse files Browse the repository at this point in the history
* Allow lexik/jwt-authentication-bundle 3.0

* fix doctrine/persistence dep
  • Loading branch information
wouter-toppy authored Aug 12, 2022
1 parent 018af36 commit debd790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require" : {
"php": ">=7.4",
"doctrine/persistence": "^1.3.3|^2.0|3.0",
"lexik/jwt-authentication-bundle": "^2.0",
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"lexik/jwt-authentication-bundle": "^2.0|^3.0",
"symfony/config": "^4.4|^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"symfony/dependency-injection": "^4.4|^5.4|^6.0",
Expand Down

0 comments on commit debd790

Please sign in to comment.