We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c0311 commit 21a322eCopy full SHA for 21a322e
CHANGELOG.md
@@ -1,8 +1,14 @@
1
CHANGELOG
2
=========
3
4
-10/04/13: Versions 1.5.0
5
-------------------------
+xx/xx/xx: Version 1.5.1
+-----------------------
6
+
7
+ * Drop support for PHP 5.2
8
+ * Add support for PHP 5.5
9
10
+10/04/13: Version 1.5.0
11
12
13
* inject the routing into the service container
14
* decoupled routing cache key generation to make it customizable
lib/autoload/sfCoreAutoload.class.php
@@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
-define('SYMFONY_VERSION', '1.5.0');
+define('SYMFONY_VERSION', '1.5.1-DEV');
15
16
17
* sfCoreAutoload class.
0 commit comments