Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Symfony 2.8 #1

Merged
merged 5 commits into from
Jun 1, 2016
Merged

Allow Symfony 2.8 #1

merged 5 commits into from
Jun 1, 2016

Commits on Jun 1, 2016

  1. Dot not save composer.lock and use composer update

    As a library, dependencies tests should not be locked at all.
    soullivaneuh committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    c7b043d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ff593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e19a006 View commit details
    Browse the repository at this point in the history
  4. Allow Symfony 2.8

    Symfony 2.8 IS the same as 3.0, but with the deprecated old feature.
    
    This was done to provide an easy upgrading way between 2.x and 3.x.
    
    Lot of people are still on 2.x version of Symfony.
    
    Nothing has to be changed on the project codebase.
    
    Plus, this is a LTS version. It's important to keep support on it.
    
    Ref: http://symfony.com/blog/transition-from-symfony-2-7-to-3-0-symfony-2-8-on-its-way
    soullivaneuh committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    2308aef View commit details
    Browse the repository at this point in the history
  5. Introduce Travis matrix includes

    The goal is to test the library against multiple versions of Symfony and with lowest dependencies.
    soullivaneuh committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    3b967e2 View commit details
    Browse the repository at this point in the history