Skip to content

Commit 7242ce6

Browse files
committed
Tweaked the new requirements section
1 parent a7ab580 commit 7242ce6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ to develop Symfony applications following the recommended best practices.
77
Requirements
88
------------
99

10-
You must have PDO-SQLite php extension enabled.
11-
12-
```bash
13-
$ sudo aptitude install php5-sqlite
14-
15-
```
10+
* PHP 5.3;
11+
* PDO-SQLite PHP extension enabled;
12+
* and the [usual Symfony application requirements](http://symfony.com/doc/current/reference/requirements.html).
1613

1714
Installation
1815
------------

0 commit comments

Comments
 (0)