Skip to content

Commit

Permalink
prepare for release of 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Feb 18, 2019
1 parent 77fca20 commit ee27a37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Handler/DownloadHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function downloadObject($object, string $field, ?string $className = null
* @param resource $stream
* @param string $filename
* @param string|null $mimeType
* @param bool $forceDownload
*
* @return StreamedResponse
*
Expand Down
4 changes: 2 additions & 2 deletions Resources/doc/symfony_support_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Symfony support policy
======================

As indicated by the contraints defined in the `composer.json` file, this bundle
supports Symfony `^3.4|^4.0` in its latest version (`1.8.*`).
supports Symfony `^3.4|^4.0` in its latest version (`1.9.*`).

Older Symfony versions that are still supported in previous bundle versions (`1.5.*`/`1.7.*`).

Expand All @@ -12,7 +12,7 @@ versions of this bundle, but there's no active support here.
If you want to get updates on old versions, you can do a Pull Request on older branches
of this bundle, maybe it will be merged.
The same policy applies to old versions of PHP, out of active support: this bundle is actively
supporting PHP 7.1 and 7.2.
supporting PHP 7.2 and 7.3.

You can check if a given Symfony version is still supported by visiting [their
Roadmap page](http://symfony.com/roadmap).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
"dev-master": "1.10.x-dev"
}
},
"require": {
Expand Down

0 comments on commit ee27a37

Please sign in to comment.