mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
Clean up extension stub.
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
{
|
{
|
||||||
"require": {
|
|
||||||
"php": ">=5.4.0"
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"{{escapedNamespace}}\\": "src/"
|
"{{escapedNamespace}}\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"minimum-stability": "dev"
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user