Skip to content

Commit ee27a37

Browse files
committed
prepare for release of 1.9.0
1 parent 77fca20 commit ee27a37

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Handler/DownloadHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function downloadObject($object, string $field, ?string $className = null
5454
* @param resource $stream
5555
* @param string $filename
5656
* @param string|null $mimeType
57+
* @param bool $forceDownload
5758
*
5859
* @return StreamedResponse
5960
*

Resources/doc/symfony_support_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Symfony support policy
22
======================
33

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

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

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

1717
You can check if a given Symfony version is still supported by visiting [their
1818
Roadmap page](http://symfony.com/roadmap).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"extra": {
1818
"branch-alias": {
19-
"dev-master": "1.8.x-dev"
19+
"dev-master": "1.10.x-dev"
2020
}
2121
},
2222
"require": {

0 commit comments

Comments
 (0)