1
0
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:
Toby Zerner
2015-06-08 15:05:35 +09:30
parent 1c80a509f1
commit 1826d15970

View File

@@ -1,11 +1,7 @@
{ {
"require": {
"php": ">=5.4.0"
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"{{escapedNamespace}}\\": "src/" "{{escapedNamespace}}\\": "src/"
} }
}, }
"minimum-stability": "dev"
} }