File tree 1 file changed +8
-3
lines changed 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ written in PHP.
12
12
Go has been picked because it is well suited for system development and has
13
13
close-to-zero runtime dependencies which make releasing quite easy. This is
14
14
ideal for a tool that is used on a wide range of platforms and potentially on
15
- systems where the requirements to run Symfony are not met. Go is also usually
16
- quite easy to apprehend for PHP developers having some similarities in their
17
- approach.
15
+ systems where the requirements to run Symfony are not met.
16
+
17
+ Another reason is to make Symfony CLI independent of the PHP version because
18
+ one goal of the CLI is to make it possible to use many different versions of
19
+ PHP.
20
+
21
+ Finally, Go is also usually quite easy to apprehend for PHP developers having
22
+ some similarities in their approach.
18
23
19
24
## Setup Go
20
25
You can’t perform that action at this time.
0 commit comments