Skip to content

Commit ca2b083

Browse files
Merge branch '4.0'
* 4.0: SCA with Php Inspections (EA Extended) Add test case for #25264 Fixed the null value exception case. Remove rc/beta suffix from composer.json files Ensure services & aliases can be referred to with `__toString`able objects Throw an exception is expression language is not installed [DI] Cast ids to string, as done on 3.4 Fail as early and noisily as possible [Console][DI] Fail gracefully [FrameworkBundle] Fix visibility of a test helper [link] clear the cache after linking [DI] Trigger deprecation when setting a to-be-private synthetic service [Intl] Correct Typehint [link] Prevent warnings when running link with 2.7 [Validator] ExpressionValidator should use OBJECT_TO_STRING to allow value in message do not eagerly filter comment lines [WebProfilerBundle], [TwigBundle] Fix Profiler breaking XHTML pages (Content-Type: application/xhtml+xml)
2 parents f9a4d2f + 57649c1 commit ca2b083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/http-kernel": "~3.4|~4.0",
3434
"symfony/security-csrf": "~3.4|~4.0",
3535
"symfony/translation": "~3.4|~4.0",
36-
"symfony/var-dumper": "~3.4-beta3|~4.0-beta3"
36+
"symfony/var-dumper": "~3.4|~4.0"
3737
},
3838
"conflict": {
3939
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",

0 commit comments

Comments
 (0)