From 9dacf5896e51ddd108b30750463304068f11ecc1 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 1 Jan 2017 21:48:49 -0500 Subject: [PATCH] add composer.json for simplfy grabbing bibtexbrowser with composer --- composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d753ae1 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "monperrus/bibtexbrowser", + "description": "bibtexbrowser is a PHP script that creates publication lists from Bibtex files. bibtexbrowser is stable, mature and easy to install.", + "homepage": "http://www.monperrus.net/martin/bibtexbrowser/", + "license": "GPL-2.0+", + "authors": [ + { + "name": "Martin Monperrus", + "homepage": "http://www.monperrus.net", + "role": "Original Developer" + } + ], + "require": { + "php": "4 - 5" + } +}