Skip to content

Commit

Permalink
Bump core requirement for ext discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarkle authored Oct 4, 2024
1 parent 0fa6199 commit 8bd71aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"forum": "https://discuss.flarum.org/d/29102"
},
"require": {
"flarum/core": "^1.2.0"
"flarum/core": "^1.8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -35,7 +35,7 @@
"icon": {
"name": "fas fa-images",
"backgroundColor": "#00c8b0",
"color": "#fff"
"color": "#ffffff"
}
},
"flarum-cli": {
Expand All @@ -45,4 +45,4 @@
}
}
}
}
}

0 comments on commit 8bd71aa

Please sign in to comment.