mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"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"
|
|
}
|