File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2222 <arg value =" outdated" />
2323 <arg value =" --direct" />
2424 </exec >
25- <exec executable =" npm" checkreturn =" false" passthru =" true" >
26- <arg value =" --ansi" />
27- <arg value =" outdated" />
28- </exec >
2925 </target >
3026
3127 <!-- Generates the documentation -->
Original file line number Diff line number Diff line change 1616 "setbased/php-stratum-middle" : " ^5.10.0" ,
1717 "setbased/php-stratum-mysql" : " ^6.5.0" ,
1818 "setbased/typed-config" : " ^1.2.0" ,
19- "symfony/console" : " ^5.4.16"
19+ "symfony/console" : " ^5.4.16 || ^6.2.2 "
2020 },
2121 "minimum-stability" : " dev" ,
2222 "prefer-stable" : true ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function __construct()
3030 *
3131 * @return Command[]
3232 */
33- protected function getDefaultCommands ()
33+ protected function getDefaultCommands (): array
3434 {
3535 $ commands = parent ::getDefaultCommands ();
3636
You can’t perform that action at this time.
0 commit comments