Skip to content

Commit

Permalink
Update module for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jun 4, 2014
1 parent ab315c7 commit 3fc3b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3fc3b91

Please sign in to comment.