mirror of
https://github.com/flarum/core.git
synced 2025-08-30 11:30:21 +02:00
Initial commit
This commit is contained in:
19
extensions/sticky/composer.json
Normal file
19
extensions/sticky/composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "flarum/sticky",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Toby Zerner",
|
||||
"email": "toby@flarum.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flarum\\Sticky\\": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
Reference in New Issue
Block a user