From 4d8d4b98588a50cfb660fc917da62dd9e4858bb7 Mon Sep 17 00:00:00 2001 From: a-sansara Date: Wed, 15 Mar 2017 03:03:22 +0100 Subject: [PATCH] enabling packagist --- README.md | 4 ++-- composer.json | 21 +++------------------ 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b70807d..9a003df 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ meta-tech\pws-client (to test ws) ### Install -The package can be installed using [ Composer ](https://getcomposer.org/). (not yet) +The package can be installed using [ Composer ](https://getcomposer.org/). ``` composer require meta-tech/pws-server ``` @@ -23,7 +23,7 @@ Or add the package to your `composer.json`. ``` "require": { - "meta-tech/pws-server" : "1.0" + "meta-tech/pws-server" : "@dev" } ``` diff --git a/composer.json b/composer.json index 61dc611..aa4e24f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name" : "meta-tech/pws-server", "type" : "library", "homepage" : "https://github.com/meta-tech/pws-server", - "description" : "PwsServer is web application skeleton in silex2 managing web services through PwsAuth protocol", + "description" : "PwsServer is a web application skeleton in silex2 managing web services through PwsAuth protocol", "license" : "MIT", "authors" : [ { @@ -17,23 +17,8 @@ } }, "require": { - "meta-tech/silex-controller-service" : "@dev", - "meta-tech/pws-auth" : "@dev", "meta-tech/silex-core" : "@dev" }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/meta-tech/silex-controller-service.git" - }, - { - "type": "git", - "url": "https://github.com/meta-tech/pws-auth.git" - }, - { - "type": "git", - "url": "https://github.com/meta-tech/silex-core.git" - } - ], - "minimum-stability": "dev" + "prefer-stable": true, + "minimum-stability" : "dev" }