Skip to content

Commit

Permalink
Update flarum dependency to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurtemple committed Jan 17, 2023
1 parent f8b7a6a commit d00dcbf
Show file tree
Hide file tree
Showing 10 changed files with 4,553 additions and 3,744 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ composer require spookygames/flarum-ext-auth-keycloak

## Keycloak setup

Written for Keycloak version 4.8.3-final, tested up to 13.0.1. Your mileage may vary.
Written for Keycloak version 4.8.3-final, tested up to 13.0.1, and Flarum 1.2.0. Your mileage may vary.

From the _Clients_ tab, add a new client for your Flarum instance (or use an existing one). Root URL should be the URL of your Flarum instance.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": "https://github.com/spookygames/flarum-ext-auth-keycloak"
},
"require": {
"flarum/core": "^1.0",
"flarum/core": "^1.2",
"stevenmaguire/oauth2-keycloak": "2.2.2"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d00dcbf

Please sign in to comment.