Skip to content

Commit ecc628a

Browse files
committed
Fx README files
1 parent cffcb04 commit ecc628a

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

src/Symfony/Component/Clock/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Symfony Clock decouples applications from the system clock.
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/clock
9+
```bash
10+
composer require symfony/clock
1111
```
1212

1313
```php

src/Symfony/Component/Dotenv/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ accessible via `$_SERVER` or `$_ENV`.
77
Getting Started
88
---------------
99

10-
```
11-
$ composer require symfony/dotenv
10+
```bash
11+
composer require symfony/dotenv
1212
```
1313

1414
```php

src/Symfony/Component/ErrorHandler/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The ErrorHandler component provides tools to manage errors and ease debugging PH
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/error-handler
9+
```bash
10+
composer require symfony/error-handler
1111
```
1212

1313
```php

src/Symfony/Component/Mailer/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Mailer component helps sending emails.
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/mailer
9+
```bash
10+
composer require symfony/mailer
1111
```
1212

1313
```php

src/Symfony/Component/PasswordHasher/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The PasswordHasher component provides secure password hashing utilities.
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/password-hasher
9+
```bash
10+
composer require symfony/password-hasher
1111
```
1212

1313
```php

src/Symfony/Component/RateLimiter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ rate limit input and output in your application.
77
Getting Started
88
---------------
99

10-
```
11-
$ composer require symfony/rate-limiter
10+
```bash
11+
composer require symfony/rate-limiter
1212
```
1313

1414
```php

src/Symfony/Component/Routing/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Routing component maps an HTTP request to a set of configuration variables.
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/routing
9+
```bash
10+
composer require symfony/routing
1111
```
1212

1313
```php

src/Symfony/Component/Security/Core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ so called user providers that hold the users credentials.
88
Getting Started
99
---------------
1010

11-
```
12-
$ composer require symfony/security-core
11+
```bash
12+
composer require symfony/security-core
1313
```
1414

1515
```php

src/Symfony/Component/Security/Http/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ provides authenticators to authenticate visitors.
88
Getting Started
99
---------------
1010

11-
```
12-
$ composer require symfony/security-http
11+
```bash
12+
composer require symfony/security-http
1313
```
1414

1515
Sponsor

src/Symfony/Component/Stopwatch/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Stopwatch component provides a way to profile code.
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/stopwatch
9+
```bash
10+
composer require symfony/stopwatch
1111
```
1212

1313
```php

src/Symfony/Component/WebLink/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extension
1515
Getting Started
1616
---------------
1717

18-
```
19-
$ composer require symfony/web-link
18+
```bash
19+
composer require symfony/web-link
2020
```
2121

2222
```php

0 commit comments

Comments
 (0)