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
Toby Zerner 2016-10-18 22:12:09 +10:30
parent 46c951349a
commit 0c975a7f10
3 changed files with 1 additions and 17 deletions

View File

@ -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

View File

@ -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"

View File

@ -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
}