Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Jun 19, 2020
1 parent 65a7a8b commit 69210df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ First, add the dependency to `phpmentors/pageflower-bundle` into your `composer.
Stable version:

```
composer require phpmentors/pageflower-bundle "1.4.*"
composer require phpmentors/pageflower-bundle "1.5.*"
```

Development version:

```
composer require phpmentors/pageflower-bundle "~1.5@dev"
composer require phpmentors/pageflower-bundle "~1.6@dev"
```

Second, add `PHPMentorsPageflowerBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
"dev-master": "1.6.x-dev"
}
}
}

0 comments on commit 69210df

Please sign in to comment.