File tree 11 files changed +22
-22
lines changed
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.
6
6
Getting Started
7
7
---------------
8
8
9
- ```
10
- $ composer require symfony/clock
9
+ ``` bash
10
+ composer require symfony/clock
11
11
```
12
12
13
13
``` php
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ accessible via `$_SERVER` or `$_ENV`.
7
7
Getting Started
8
8
---------------
9
9
10
- ```
11
- $ composer require symfony/dotenv
10
+ ``` bash
11
+ composer require symfony/dotenv
12
12
```
13
13
14
14
``` 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
6
6
Getting Started
7
7
---------------
8
8
9
- ```
10
- $ composer require symfony/error-handler
9
+ ``` bash
10
+ composer require symfony/error-handler
11
11
```
12
12
13
13
``` php
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The Mailer component helps sending emails.
6
6
Getting Started
7
7
---------------
8
8
9
- ```
10
- $ composer require symfony/mailer
9
+ ``` bash
10
+ composer require symfony/mailer
11
11
```
12
12
13
13
``` php
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The PasswordHasher component provides secure password hashing utilities.
6
6
Getting Started
7
7
---------------
8
8
9
- ```
10
- $ composer require symfony/password-hasher
9
+ ``` bash
10
+ composer require symfony/password-hasher
11
11
```
12
12
13
13
``` php
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ rate limit input and output in your application.
7
7
Getting Started
8
8
---------------
9
9
10
- ```
11
- $ composer require symfony/rate-limiter
10
+ ``` bash
11
+ composer require symfony/rate-limiter
12
12
```
13
13
14
14
``` 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.
6
6
Getting Started
7
7
---------------
8
8
9
- ```
10
- $ composer require symfony/routing
9
+ ``` bash
10
+ composer require symfony/routing
11
11
```
12
12
13
13
``` php
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ so called user providers that hold the users credentials.
8
8
Getting Started
9
9
---------------
10
10
11
- ```
12
- $ composer require symfony/security-core
11
+ ``` bash
12
+ composer require symfony/security-core
13
13
```
14
14
15
15
``` php
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ provides authenticators to authenticate visitors.
8
8
Getting Started
9
9
---------------
10
10
11
- ```
12
- $ composer require symfony/security-http
11
+ ``` bash
12
+ composer require symfony/security-http
13
13
```
14
14
15
15
Sponsor
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ The Stopwatch component provides a way to profile code.
6
6
Getting Started
7
7
---------------
8
8
9
- ```
10
- $ composer require symfony/stopwatch
9
+ ``` bash
10
+ composer require symfony/stopwatch
11
11
```
12
12
13
13
``` php
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extension
15
15
Getting Started
16
16
---------------
17
17
18
- ```
19
- $ composer require symfony/web-link
18
+ ``` bash
19
+ composer require symfony/web-link
20
20
```
21
21
22
22
``` php
You can’t perform that action at this time.
0 commit comments