diff --git a/composer.json b/composer.json index aae30d5..e6af602 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,6 @@ "php": ">=4" }, "scripts": { - "serve": ["@php -S localhost:8080 bibtexbrowser.php"] + "serve": ["@php -S localhost:29896 bibtexbrowser.php"] } }