Skip to content

Commit 3f318aa

Browse files
committed
updated the README
1 parent ddc4e62 commit 3f318aa

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

README

+9-32
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
README
22
======
33

4-
What is Symfony?
5-
----------------
4+
What is Symfony2?
5+
-----------------
66

7-
Symfony is a PHP 5.3 full-stack web framework. It is written with speed and
7+
Symfony2 is a PHP 5.3 full-stack web framework. It is written with speed and
88
flexibility in mind. It allows developers to built better and easy to maintain
99
websites with PHP.
1010

@@ -14,36 +14,14 @@ to high traffic ones like Dailymotion or Yahoo! Answers.
1414
High Performance
1515
----------------
1616

17-
Built with performance in mind, Symfony 2 is one of the fastest PHP
18-
frameworks. It is up to 3 times faster than symfony 1.4 or Zend Framework 1.10
19-
and consumes half the memory.
17+
Built with performance in mind, Symfony2 is one of the fastest PHP frameworks.
18+
It is up to 3 times faster than symfony 1.4 or Zend Framework 1.10 and
19+
consumes half the memory.
2020

2121
Requirements
2222
------------
2323

24-
Symfony is only supported on PHP 5.3.0 and up.
25-
26-
Tests
27-
-----
28-
29-
To run the Symfony test suite, you need PHPUnit 3.5 or later.
30-
31-
If you want to run the tests that depend on external dependencies, the test
32-
suite needs to be able to autoload them. By default, they are autoloaded from
33-
a `vendor/` directory under the main root directory (see `autoload.php.dist`).
34-
To put them in a different directory, create your own `autoload.php` file.
35-
36-
A working `vendor/` directory looks like the following:
37-
38-
* `doctrine/`
39-
* `doctrine-migrations`
40-
* `phing/`
41-
* `propel/`
42-
* `swiftmailer/`
43-
* `twig/`
44-
* `zend/`
45-
46-
Note that the code coverage only works if you have all dependencies installed.
24+
Symfony2 is only supported on PHP 5.3.2 and up.
4725

4826
Documentation
4927
-------------
@@ -53,9 +31,8 @@ Symfony 2.0 is still in the early stages of development, but the
5331

5432
The "Quick Tour" tutorial barely scratches the surface of Symfony 2.0 but it
5533
gives you a first feeling of the framework. If, like us, you think that
56-
Symfony 2.0 can help speed up your development and take the quality of your
57-
work to the next level, visit the official [Symfony 2 website][2] to learn
58-
more.
34+
Symfony2 can help speed up your development and take the quality of your work
35+
to the next level, visit the official [Symfony2 website][2] to learn more.
5936

6037
[1]: http://symfony-reloaded.org/learn
6138
[2]: http://symfony-reloaded.org/

0 commit comments

Comments
 (0)