version 1.0.0

This commit is contained in:
a-sansara 2017-03-15 03:40:54 +01:00
parent 88219f4b75
commit d5c94a1a5f
2 changed files with 4 additions and 4 deletions

View File

@ -22,13 +22,13 @@ Or add the package to your `composer.json`.
```
"require": {
"meta-tech/silex-core" : "@dev"
"meta-tech/silex-core" : "~1.0"
}
```
## Usage
see [ meta-tech\pws-server ](https://github.com/meta-tech/pws-server)
see [ meta-tech/pws-server ](https://github.com/meta-tech/pws-server)
### License

View File

@ -17,8 +17,8 @@
}
},
"require": {
"meta-tech/pws-auth" : "@dev",
"meta-tech/silex-controller-service" : "@dev",
"meta-tech/pws-auth" : "~2.1",
"meta-tech/silex-controller-service" : "~1.0",
"silex/silex": "~2.0",
"gecko-packages/gecko-silex-config-service": "^2.0"
}