Skip to content

Commit 5676dcd

Browse files
authored
Merge pull request #2094 from marsaldev/9.x
Update Symfony Console documentation links [Module]
2 parents b5c57a9 + e46581c commit 5676dcd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/concepts/commands.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ The command should be now available using `./bin/console your-module:export`.
8181

8282
We use the Symfony Console with nothing specific to PrestaShop.
8383

84-
You can learn everything about this component in [their documentation](https://symfony.com/doc/4.4/console.html) in version 4.4.
84+
You can learn everything about this component in [their documentation](https://symfony.com/doc/6.4/console.html) in version 6.4.
8585

8686
To sum up, there is a list of useful links:
8787

88-
* [Create a new command](https://symfony.com/doc/4.4/console.html#creating-a-command);
89-
* [Manage the Command arguments](https://symfony.com/doc/4.4/console/input.html);
90-
* [Manage the Command output](https://symfony.com/doc/4.4/console/style.html);
91-
* [How to inject dependencies](https://symfony.com/doc/4.4/console.html#getting-services-from-the-service-container) in a Command;
92-
* [How to test a Command](https://symfony.com/doc/4.4/console.html#testing-commands);
88+
* [Create a new command](https://symfony.com/doc/6.4/console.html#creating-a-command);
89+
* [Manage the Command arguments](https://symfony.com/doc/6.4/console/input.html);
90+
* [Manage the Command output](https://symfony.com/doc/6.4/console/style.html);
91+
* [How to inject dependencies](https://symfony.com/doc/6.4/console.html#getting-services-from-the-service-container) in a Command;
92+
* [How to test a Command](https://symfony.com/doc/6.4/console.html#testing-commands);
9393
* [Example module how to create console command](https://github.com/PrestaShop/example-modules/tree/master/democonsolecommand);

0 commit comments

Comments
 (0)