Skip to content

Commit 29a809c

Browse files
Update for Flarum beta 16 and run linter
1 parent 8e592f9 commit 29a809c

15 files changed

Lines changed: 1067 additions & 833 deletions

File tree

LICENSE.md renamed to LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2017-2019 Flagrow
4-
Copyright (c) 2020 FriendsOfFlarum
4+
Copyright (c) 2020-2021 FriendsOfFlarum
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The [Laravel Passport](https://laravel.com/docs/passport) compatible oauth exten
66

77
## Installation
88

9-
Use [Bazaar](https://discuss.flarum.org/d/5151) or install manually:
10-
119
```bash
1210
composer require fof/passport
1311
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
],
3737
"require": {
38-
"flarum/core": "^0.1.0-beta.15",
38+
"flarum/core": "^0.1.0-beta.16",
3939
"league/oauth2-client": "^2.3.0"
4040
},
4141
"replace": {

extend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
->get('/auth/passport', 'auth.passport', Controllers\PassportController::class),
1919

2020
(new Extend\ApiSerializer(ForumSerializer::class))
21-
->mutate(Extenders\ForumAttributes::class),
21+
->attributes(Extenders\ForumAttributes::class),
2222
];

js/dist/admin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/forum.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)