Skip to content

Commit

Permalink
Update for Flarum beta 16 and run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Apr 5, 2021
1 parent 8e592f9 commit 29a809c
Show file tree
Hide file tree
Showing 15 changed files with 1,067 additions and 833 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2017-2019 Flagrow
Copyright (c) 2020 FriendsOfFlarum
Copyright (c) 2020-2021 FriendsOfFlarum

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ The [Laravel Passport](https://laravel.com/docs/passport) compatible oauth exten

## Installation

Use [Bazaar](https://discuss.flarum.org/d/5151) or install manually:

```bash
composer require fof/passport
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.15",
"flarum/core": "^0.1.0-beta.16",
"league/oauth2-client": "^2.3.0"
},
"replace": {
Expand Down
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
->get('/auth/passport', 'auth.passport', Controllers\PassportController::class),

(new Extend\ApiSerializer(ForumSerializer::class))
->mutate(Extenders\ForumAttributes::class),
->attributes(Extenders\ForumAttributes::class),
];
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.

2 changes: 1 addition & 1 deletion js/dist/forum.js

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

Loading

0 comments on commit 29a809c

Please sign in to comment.