Browse Source

Create composer.json

Adding composer.json to bibtexbrowser package for compatibility with Composer.
pull/63/head
Chris 9 years ago
committed by GitHub
parent
commit
a8a3daf35d
  1. 21
      composer.json

21
composer.json

@ -0,0 +1,21 @@
{
"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.x - 5.x"
},
"autoload": {
"psr-4": {
"Bibtexbrowser\\": "/"
}
}
}
Loading…
Cancel
Save