Skip to content

Commit

Permalink
upgrade keycloak package
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Jul 16, 2024
1 parent 9407375 commit 5359757
Show file tree
Hide file tree
Showing 2 changed files with 1,157 additions and 648 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"cultuurnet/hydra": "~0.1",
"2dotstwice/collection": "~1.0",
"monolog/monolog": "^1.17.2",
"auth0/auth0-php": "7.5.0"
"auth0/auth0-php": "^8.3",
"symfony/http-client": "^5.4",
"nyholm/psr7": "^1.8"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "~2.0",
Expand All @@ -52,5 +54,10 @@
"scripts": {
"phing": "./vendor/bin/phing test",
"test": "./vendor/bin/phpunit"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading

0 comments on commit 5359757

Please sign in to comment.