diff --git a/README.md b/README.md index d26d31e..b5680bb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Or add the package to your `composer.json`. ``` "require": { - "meta-tech/pws-client" : "@dev" + "meta-tech/pws-client" : "~1.3" } ``` diff --git a/composer.json b/composer.json index d7bd11e..218f921 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "require" : { "php" : ">=5.4", "symfony/yaml" : "^3.2", - "meta-tech/pws-auth" : "@dev" + "meta-tech/pws-auth" : "~2.1" } }