mirror of
https://github.com/flarum/core.git
synced 2025-09-02 20:52:45 +02:00
Hello world!
This commit is contained in:
33
composer.json
Normal file
33
composer.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "flarum/core",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Toby Zerner",
|
||||
"email": "toby@flarum.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"illuminate/support": "4.2.*",
|
||||
"laracasts/commander": "1.1.*",
|
||||
"leafo/lessphp": "0.4.0",
|
||||
"fzaninotto/faker": "1.4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/migrations"
|
||||
],
|
||||
"psr-0": {
|
||||
"Flarum\\Core": "src/",
|
||||
"Flarum\\Api": "src/",
|
||||
"Flarum\\Web": "src/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan config:publish flarum/core"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
Reference in New Issue
Block a user