File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Trident/Component/HttpKernel Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 "doctrine/orm" : " 2.5.*@dev" ,
2020 "kriswallsmith/assetic" : " 1.1.*" ,
2121 "psr/log" : " ~1.0" ,
22- "strident/aegis" : " 1.0.0-alpha2 " ,
22+ "strident/aegis" : " 1.0.0-alpha3 " ,
2323 "strident/phimple" : " 2.0.1" ,
2424 "symfony/console" : " 2.5.*" ,
2525 "symfony/event-dispatcher" : " 2.5.*" ,
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ abstract class AbstractKernel implements HttpKernelInterface
4949 protected $ session ;
5050 protected $ startTime ;
5151
52- const VERSION = '1.0.5-alpha4 ' ;
52+ const VERSION = '1.0.5-alpha5 ' ;
5353 const VERSION_ID = '10005 ' ;
5454 const MAJOR_VERSION = '1 ' ;
5555 const MINOR_VERSION = '0 ' ;
5656 const RELEASE_VERSION = '5 ' ;
57- const EXTRA_VERSION = 'alpha4 ' ;
57+ const EXTRA_VERSION = 'alpha5 ' ;
5858
5959 /**
6060 * Constructor.
You can’t perform that action at this time.
0 commit comments