Skip to content

Commit

Permalink
build: dependencies have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleon4 committed Oct 22, 2024
1 parent af3d46c commit 4f96bc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lion/command": "^3.1",
"lion/database": "^10.3",
"lion/dependency-injection": "^2.0",
"lion/exceptions": "^1.2",
"lion/exceptions": "^1.3",
"lion/files": "^7.0",
"lion/helpers": "^4.0",
"lion/mailer": "^6.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/LionBundle/Commands/Lion/New/CommandsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ protected function configure(): void
* @param OutputInterface $output [OutputInterface is the interface
* implemented by all Output classes]
*
* @return int 0 if everything went fine, or an exit code
* @return int [0 if everything went fine, or an exit code]
*
* @throws LogicException When this abstract method is not implemented
* @throws LogicException [When this abstract method is not implemented]
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
Expand Down

0 comments on commit 4f96bc9

Please sign in to comment.