8000 - · symfony-cli/symfony-cli@cbea35a · GitHub
[go: up one dir, main page]

Skip to content

Commit cbea35a

Browse files
committed
-
1 parent 81aa25a commit cbea35a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ written in PHP.
1212
Go has been picked because it is well suited for system development and has
1313
close-to-zero runtime dependencies which make releasing quite easy. This is
1414
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.
1823

1924
## Setup Go
2025

0 commit comments

Comments
 (0)
0