Skip to content

Commit 4a572ec

Browse files
committed
Updated Porter data flow diagram to include Iterator<array> generic type.
1 parent 2942790 commit 4a572ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/Quickstart Symfony.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ composer create-project symfony/skeleton . ^5
1313

1414
Let's start with the [Steam provider][] for Porter by including it in our `composer.json` with the following command.
1515

16-
>Note: The Steam provider requires [Amp v3][], which is currently in beta, so we need to allow beta dependencies temporarily. This can be enabled with the following command.
16+
>Note: The Steam provider requires [Amp v3][], which is currently in beta, so we need to allow beta dependencies temporarily. This can be enabled with the following commands.
1717
> ```sh
1818
> composer config minimum-stability beta
1919
> composer config prefer-stable true
1.14 KB
Loading

0 commit comments

Comments
 (0)