Skip to content

Commit 9565cfa

Browse files
committed
docs: Remove documentation for old symfony versions
1 parent 2545686 commit 9565cfa

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,7 @@
33
Register the commands in your `services.yaml`.
44

55
```yaml
6-
Tspm\DatabaseCommand\Command\SchemaExistsCommand: ~
6+
Brainbits\DatabaseCommand\Command\SchemaExistsCommand: ~
77

8-
Tspm\DatabaseCommand\Command\WaitForDatabaseCommand: ~
9-
```
10-
11-
For older symfony systems use:
12-
```yaml
13-
Tspm\DatabaseCommand\Command\SchemaExistsCommand:
14-
arguments:
15-
$connection: '@doctrine.dbal.default_connection'
16-
tags:
17-
- { name: 'console.command' }
18-
19-
Tspm\DatabaseCommand\Command\WaitForDatabaseCommand:
20-
arguments:
21-
$connection: '@doctrine.dbal.default_connection'
22-
tags:
23-
- { name: 'console.command' }
8+
Brainbits\DatabaseCommand\Command\WaitForDatabaseCommand: ~
249
```

0 commit comments

Comments
 (0)