From 2776ee4b4e08c955d3c67ad27c5818ff1613eef4 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Jan 2017 13:18:48 -0500 Subject: [PATCH] one last wiki update to explanation of composer useage. --- bibtexbrowser-documentation.wiki | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index ae6887c..ec9093a 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -517,15 +517,9 @@ php bibtexbrowser-cli.php mybib.bib --id classical --set-title \"a new title\" - ====How to use with composer?==== Bibtexbrowser can now be downloaded from packagist with composer. -In your project's `composer.json`, you must add this repo to the `repositories` section. As well, you must specify version `dev-master`, for now: +In your project's `composer.json`, just add this
"monperrus/bibtexbrowser": "dev-master"
. E.G.:
 {
-    "repositories": [
-	{
-	    "type": "vcs",
-	    "url": "https://github.com/monperrus/bibtexbrowser.git"
-	}
-    ],
     "require": {
         "monperrus/bibtexbrowser": "dev-master"
     }