• Igor Wiedler's avatar
    [console] lightweight silex console · c8688256
    Igor Wiedler authored
    you can get the current version by calling the phar without arguments:
    
        $ php silex.phar
        Silex version 1ee6b36
    
    there is only one single `update` command:
    
        $ php silex.phar update
    
    this will fetch the latest version of the phar from silex-project.org
    and replace the current one with it.
    
    this makes it easier for users because they can easily update. we could
    potentially even provide a changelog on running the command.
    
    this commit also introduces a Silex\Application::VERSION constant that
    currently is set to the current git SHA-1, as I proposed in PR 33. This
    is done by the Compiler. It can later be adjusted to use `git describe`.
    
    this is an implementation of PR 35 without the console component.
    c8688256
Name
Last commit
Last update
..
BrowserKit @ 9839e645 Loading commit data...
ClassLoader @ 80862ea2 Loading commit data...
CssSelector @ 5afebb6d Loading commit data...
DomCrawler @ 0c99f61a Loading commit data...
EventDispatcher @ 35999b44 Loading commit data...
Finder @ 707b2fc9 Loading commit data...
HttpFoundation @ 6ff4d07f Loading commit data...
HttpKernel @ e09feb99 Loading commit data...
Process @ 9dce933d Loading commit data...
Routing @ 46538dba Loading commit data...