File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Symfony Clock decouples applications from the system clock.
66Getting Started
77---------------
88
9- ```
10- $ composer require symfony/clock
9+ ``` bash
10+ composer require symfony/clock
1111```
1212
1313``` php
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ accessible via `$_SERVER` or `$_ENV`.
77Getting Started
88---------------
99
10- ```
11- $ composer require symfony/dotenv
10+ ``` bash
11+ composer require symfony/dotenv
1212```
1313
1414``` php
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The ErrorHandler component provides tools to manage errors and ease debugging PH
66Getting Started
77---------------
88
9- ```
10- $ composer require symfony/error-handler
9+ ``` bash
10+ composer require symfony/error-handler
1111```
1212
1313``` php
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The Mailer component helps sending emails.
66Getting Started
77---------------
88
9- ```
10- $ composer require symfony/mailer
9+ ``` bash
10+ composer require symfony/mailer
1111```
1212
1313``` php
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The PasswordHasher component provides secure password hashing utilities.
66Getting Started
77---------------
88
9- ```
10- $ composer require symfony/password-hasher
9+ ``` bash
10+ composer require symfony/password-hasher
1111```
1212
1313``` php
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ rate limit input and output in your application.
77Getting Started
88---------------
99
10- ```
11- $ composer require symfony/rate-limiter
10+ ``` bash
11+ composer require symfony/rate-limiter
1212```
1313
1414``` php
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The Routing component maps an HTTP request to a set of configuration variables.
66Getting Started
77---------------
88
9- ```
10- $ composer require symfony/routing
9+ ``` bash
10+ composer require symfony/routing
1111```
1212
1313``` php
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ so called user providers that hold the users credentials.
88Getting Started
99---------------
1010
11- ```
12- $ composer require symfony/security-core
11+ ``` bash
12+ composer require symfony/security-core
1313```
1414
1515``` php
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ provides authenticators to authenticate visitors.
88Getting Started
99---------------
1010
11- ```
12- $ composer require symfony/security-http
11+ ``` bash
12+ composer require symfony/security-http
1313```
1414
1515Sponsor
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The Stopwatch component provides a way to profile code.
66Getting Started
77---------------
88
9- ```
10- $ composer require symfony/stopwatch
9+ ``` bash
10+ composer require symfony/stopwatch
1111```
1212
1313``` php
You can’t perform that action at this time.
0 commit comments