mirror of
https://github.com/flarum/framework.git
synced 2025-01-24 19:03:05 +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"
|
|
}
|