enabling packagist

This commit is contained in:
a-sansara 2017-03-15 03:03:22 +01:00
parent ea394b8925
commit 4d8d4b9858
2 changed files with 5 additions and 20 deletions

View File

@ -14,7 +14,7 @@ meta-tech\pws-client (to test ws)
### Install ### 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 composer require meta-tech/pws-server
``` ```
@ -23,7 +23,7 @@ Or add the package to your `composer.json`.
``` ```
"require": { "require": {
"meta-tech/pws-server" : "1.0" "meta-tech/pws-server" : "@dev"
} }
``` ```

View File

@ -2,7 +2,7 @@
"name" : "meta-tech/pws-server", "name" : "meta-tech/pws-server",
"type" : "library", "type" : "library",
"homepage" : "https://github.com/meta-tech/pws-server", "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", "license" : "MIT",
"authors" : [ "authors" : [
{ {
@ -17,23 +17,8 @@
} }
}, },
"require": { "require": {
"meta-tech/silex-controller-service" : "@dev",
"meta-tech/pws-auth" : "@dev",
"meta-tech/silex-core" : "@dev" "meta-tech/silex-core" : "@dev"
}, },
"repositories": [ "prefer-stable": true,
{ "minimum-stability" : "dev"
"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"
} }