File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ public function getConfigTreeBuilder(): TreeBuilder
31
31
{
32
32
$ treeBuilder = new TreeBuilder ('web_profiler ' );
33
33
34
- $ treeBuilder ->getRootNode ()
34
+ $ treeBuilder
35
+ ->getRootNode ()
36
+ ->docUrl ('https://symfony.com/doc/{version:major}.{version:minor}/reference/configuration/web_profiler.html ' , 'symfony/web-profiler-bundle ' )
35
37
->children ()
36
38
->arrayNode ('toolbar ' )
37
39
->info ('Profiler toolbar configuration ' )
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=8.2" ,
20
- "symfony/config" : " ^6.4|^7.0" ,
20
+ "composer-runtime-api" : " >=2.1" ,
21
+ "symfony/config" : " ^7.3" ,
21
22
"symfony/framework-bundle" : " ^6.4|^7.0" ,
22
23
"symfony/http-kernel" : " ^6.4|^7.0" ,
23
24
"symfony/routing" : " ^6.4|^7.0" ,
<
2A7E
/turbo-frame>
You can’t perform that action at this time.
0 commit comments