mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 02:29:29 +08:00
12 lines
183 B
JSON
12 lines
183 B
JSON
|
{
|
||
|
"require": {
|
||
|
"php": ">=5.4.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"{{escapedNamespace}}\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|