version 1.3.0

This commit is contained in:
a-sansara 2017-03-15 03:38:50 +01:00
parent 181c56f06a
commit ee33f03abf
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Or add the package to your `composer.json`.
``` ```
"require": { "require": {
"meta-tech/pws-client" : "@dev" "meta-tech/pws-client" : "~1.3"
} }
``` ```

View File

@ -19,6 +19,6 @@
"require" : { "require" : {
"php" : ">=5.4", "php" : ">=5.4",
"symfony/yaml" : "^3.2", "symfony/yaml" : "^3.2",
"meta-tech/pws-auth" : "@dev" "meta-tech/pws-auth" : "~2.1"
} }
} }