diff --git a/composer.json b/composer.json index 84301f5..aae30d5 100644 --- a/composer.json +++ b/composer.json @@ -12,5 +12,8 @@ ], "require": { "php": ">=4" + }, + "scripts": { + "serve": ["@php -S localhost:8080 bibtexbrowser.php"] } }