Commit 55bbb1ef authored by Fabien Potencier's avatar Fabien Potencier

udpated odcs

parent 274ebbe9
...@@ -18,7 +18,7 @@ components`_: ...@@ -18,7 +18,7 @@ components`_:
$app->run(); $app->run();
Silex works with PHP 5.3.3 or later. Silex works with PHP 5.5.9 or later.
Installation Installation
------------ ------------
......
...@@ -4,6 +4,7 @@ Changelog ...@@ -4,6 +4,7 @@ Changelog
2.0.0 (2014-XX-XX) 2.0.0 (2014-XX-XX)
------------------ ------------------
* bumped minimum version of PHP to 5.5.0
* Updated Pimple to 3.0 * Updated Pimple to 3.0
* Updated session listeners to extends HttpKernel ones * Updated session listeners to extends HttpKernel ones
* [BC BREAK] Locale management has been moved to LocaleServiceProvider which must be registered * [BC BREAK] Locale management has been moved to LocaleServiceProvider which must be registered
......
Introduction Introduction
============ ============
Silex is a PHP microframework for PHP 5.3. It is built on the shoulders of Silex is a PHP microframework. It is built on the shoulders of `Symfony2`_ and
`Symfony2`_ and `Pimple`_ and also inspired by `Sinatra`_. `Pimple`_ and also inspired by `Sinatra`_.
A microframework provides the guts for building simple single-file apps. Silex A microframework provides the guts for building simple single-file apps. Silex
aims to be: aims to be:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment