mirror of https://github.com/flarum/flarum
Remove PPM for now
Since it doesn't have a stable version tagged, which is causing issues with `composer install`.pull/37/head v0.1.0-beta.6
parent
46c951349a
commit
0c975a7f10
1
Procfile
1
Procfile
|
@ -1,3 +1,2 @@
|
|||
web: vendor/bin/ppm start
|
||||
forum: cd vendor/flarum/core/js/forum && gulp watch
|
||||
admin: cd vendor/flarum/core/js/admin && gulp watch
|
||||
|
|
|
@ -42,8 +42,7 @@
|
|||
"flarum/flarum-ext-tags": "^0.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"franzl/studio": "^0.11.0",
|
||||
"php-pm/psr7-adapter": "dev-master"
|
||||
"franzl/studio": "^0.11.0"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
|
|
14
ppm.json
14
ppm.json
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"bridge": "PHPPM\\Psr7\\Psr7Bridge",
|
||||
"host": "127.0.0.1",
|
||||
"port": 8080,
|
||||
"workers": 8,
|
||||
"app-env": "dev",
|
||||
"debug": 1,
|
||||
"logging": 1,
|
||||
"static": true,
|
||||
"bootstrap": "Flarum\\Http\\FullStackServer",
|
||||
"max-requests": 1000,
|
||||
"concurrent-requests": false,
|
||||
"php-cgi": false
|
||||
}
|
Loading…
Reference in New Issue