Skip to content

Commit

Permalink
Update for Flarum v1 (#2)
Browse files Browse the repository at this point in the history
* Update composer.json for flarum v1

* Apply fixes from StyleCI

Co-authored-by: datitisev <[email protected]>
  • Loading branch information
dsevillamartin and datitisev authored May 21, 2021
1 parent 9fc079d commit c0d0c79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"description": "Configurable PHP components for your Flarum extension",
"type": "library",
"require": {
"flarum/core": "^0.1.0-beta.12"
"flarum/core": "^1.0.0"
},
"license": "MIT",
"authors": [
{
"name": "David Sevilla Martín",
"email": "[email protected]"
"name": "David Sevilla Martin",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/Controllers/AbstractOAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/*
* This file is part of fof/extend.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE.md
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Extend/ExtensionSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/*
* This file is part of fof/extend.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE.md
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

Expand Down

0 comments on commit c0d0c79

Please sign in to comment.