version 1.0.0
This commit is contained in:
parent
4d8d4b9858
commit
dc9d1eb851
10
README.md
10
README.md
|
@ -6,10 +6,10 @@ PwsServer is a web application skeleton in silex2 managing web services through
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
PHP 7.0
|
* PHP 7.0
|
||||||
meta-tech\silex 2
|
* meta-tech/silex 2
|
||||||
meta-tech\silex-core
|
* meta-tech/silex-core
|
||||||
meta-tech\pws-client (to test ws)
|
* meta-tech/pws-client (to test ws)
|
||||||
|
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
@ -23,7 +23,7 @@ Or add the package to your `composer.json`.
|
||||||
|
|
||||||
```
|
```
|
||||||
"require": {
|
"require": {
|
||||||
"meta-tech/pws-server" : "@dev"
|
"meta-tech/pws-server" : "~1.0"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"meta-tech/silex-core" : "@dev"
|
"meta-tech/silex-core" : "~1.0"
|
||||||
},
|
}
|
||||||
"prefer-stable": true,
|
|
||||||
"minimum-stability" : "dev"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user