From 3fc3b91123cd560f3958cbd538f61da475f53dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Wed, 4 Jun 2014 11:56:56 +0200 Subject: [PATCH] Update module for 0.4 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76b4e45..57f44d2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Please note that until I reach 1.0, I **WILL NOT** follow semantic version. This Installation is only officially supported using Composer: ```sh -php composer.phar require zfr/zfr-oauth2-server-module:0.2.* +php composer.phar require zfr/zfr-oauth2-server-module:0.4.* ``` Copy-paste the `zfr_oauth2_server.global.php.dist` file to your `autoload` folder, and enable the module by adding diff --git a/composer.json b/composer.json index fef79c6..43ee826 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "zendframework/zend-console": "~2.2", "zendframework/zend-stdlib": "~2.2", "doctrine/doctrine-module": "~0.8", - "zfr/zfr-oauth2-server": "0.3.*" + "zfr/zfr-oauth2-server": "0.4.*" }, "require-dev": { "phpunit/phpunit": "~4.0",