[Pkg-owncloud-commits] [php-sabre-vobject] 13/46: Updated installation instructions to use `composer require`.

David Prévot taffit at moszumanska.debian.org
Thu Dec 10 02:12:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 46d89c4828204f24b02af7e8377ca3be32d4137e
Author: Evert Pot <me at evertpot.com>
Date:   Wed Nov 25 18:28:41 2015 -0500

    Updated installation instructions to use `composer require`.
    
    Closes #246.
---
 README.md | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 6440a69..d63fcd2 100644
--- a/README.md
+++ b/README.md
@@ -21,16 +21,11 @@ Build status
 Installation
 ------------
 
-VObject requires PHP 5.3, and should be installed using composer.
-The general composer instructions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer website).
+Make sure you have [composer][3] installed, and then run:
 
-After that, just declare the vobject dependency as follows:
+    composer require sabre/vobject "^3.4"
 
-    "require" : {
-        "sabre/vobject" : "~3.4"
-    }
-
-Then, run `composer.phar update` and you should be good.
+This package requires PHP 5.3.
 
 Usage
 -----

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list