Skip to content

Commit

Permalink
[TASK] Adjust Libraries for non composer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yabid21 committed Sep 5, 2023
1 parent 7a0e63c commit 8988203
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 493 deletions.
10 changes: 6 additions & 4 deletions Libraries/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"require": {
"auth0/auth0-php": "^8.1",
"guzzlehttp/guzzle": "^7.4",
"symfony/property-access": "^4.2",
"symfony/property-info": "^4.2",
"symfony/serializer": "^4.2"
"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"
},
"config": {
"classmap-authoritative": true,
Expand Down
Loading

0 comments on commit 8988203

Please sign in to comment.