Skip to content

Commit 5482a10

Browse files
committed
Update dependencies.
1 parent 2f9f159 commit 5482a10

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

build.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
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 -->

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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,

src/Application/AuditApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)