Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 28, 2015
1 parent 9610b03 commit 15e4f13
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 @@ -11,7 +11,7 @@ ZfrQuadernoModule interfaces with ZfrQuaderno.
Installation is only officially supported using Composer:

```sh
php composer.phar require zfr/zfr-quaderno:1.*
php composer.phar require zfr/zfr-quaderno-module:1.*
```

Copy-paste the `zfr_quaderno.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 @@ -19,7 +19,7 @@
"php": ">=5.5",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-modulemanager": "~2.2",
"zfr/zfr-quaderno": "dev-master"
"zfr/zfr-quaderno": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
Expand Down

0 comments on commit 15e4f13

Please sign in to comment.