version 1.0.0

This commit is contained in:
a-sansara 2017-03-15 03:43:12 +01:00
parent 4d8d4b9858
commit dc9d1eb851
2 changed files with 7 additions and 9 deletions

View File

@ -6,10 +6,10 @@ PwsServer is a web application skeleton in silex2 managing web services through
### Requirements
PHP 7.0
meta-tech\silex 2
meta-tech\silex-core
meta-tech\pws-client (to test ws)
* PHP 7.0
* meta-tech/silex 2
* meta-tech/silex-core
* meta-tech/pws-client (to test ws)
### Install
@ -23,7 +23,7 @@ Or add the package to your `composer.json`.
```
"require": {
"meta-tech/pws-server" : "@dev"
"meta-tech/pws-server" : "~1.0"
}
```

View File

@ -17,8 +17,6 @@
}
},
"require": {
"meta-tech/silex-core" : "@dev"
},
"prefer-stable": true,
"minimum-stability" : "dev"
"meta-tech/silex-core" : "~1.0"
}
}