We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e2c5e commit 14642fbCopy full SHA for 14642fb
src/Symfony/Component/DependencyInjection/CHANGELOG.md
@@ -6,6 +6,7 @@ CHANGELOG
6
7
* added `param()` and `abstract_arg()` in the PHP-DSL
8
* deprecated `Definition::setPrivate()` and `Alias::setPrivate()`, use `setPublic()` instead
9
+ * added support for the `#[Required]` attribute
10
11
5.1.0
12
-----
src/Symfony/Component/Routing/CHANGELOG.md
* Added support for inline definition of requirements and defaults for host
* Added support for `\A` and `\z` as regex start and end for route requirement
+ * Added support for `#[Route]` attributes
0 commit comments