enabling packagist
This commit is contained in:
parent
ea394b8925
commit
4d8d4b9858
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user