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.
2 parents d6e2c5e + 14642fb commit 163a2abCopy full SHA for 163a2ab
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