Skip to content

Commit

Permalink
Merge pull request #44 from Leuchtfeuer/bugfix/TER-260
Browse files Browse the repository at this point in the history
[BUGFIX] Unify dependencies in Libraries with root composer dependencies [TER-260] [TER-261]
  • Loading branch information
balasch authored Nov 29, 2024
2 parents 564d88c + 5cc52eb commit 8b62271
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 641 deletions.
9 changes: 4 additions & 5 deletions Libraries/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"require": {
"auth0/auth0-php": "^8.1",
"lcobucci/jwt": "^4.1",
"symfony/property-access": "^4.4 || ^5.4",
"symfony/property-info": "^5.0",
"symfony/serializer": "^4.4 || ^5.4",
"symfony/http-client": "^5.4",
"nyholm/psr7": "^1.8"
"symfony/http-foundation": "^5.4 || ^6.2",
"symfony/property-access": "^4.4 || ^5.4 || ^6.2",
"symfony/property-info": "^5.4 || ^6.3",
"symfony/serializer": "^4.4 || ^5.4 || ^6.2"
},
"config": {
"classmap-authoritative": true,
Expand Down
Loading

0 comments on commit 8b62271

Please sign in to comment.