Commit 88734bd0 authored by Fabien Potencier's avatar Fabien Potencier

merged branch lyrixx/travis (PR #324)

Commits
-------

afbd26e0 [Travis] Removed tests on php 5.3.2

Discussion
----------

[Travis] Removed tests on php 5.3.2

Like in symfony/symfony

---------------------------------------------------------------------------

by igorw at 2012-05-12T15:10:16Z

If you look at the commit on symfony/symfony, it removes the tests for 5.3.3, because that version is not available on travis.

Depending on why exactly it was bumped on symfony/symfony, it may make sense to bump the official requirement of silex/silex to 5.3.3 as well.

---------------------------------------------------------------------------

by lyrixx at 2012-05-12T15:13:56Z

They removed support of php 5.3.2 because of ubuntu 10.04 LTS is deprecated. Now ubuntu 12.04 (new LTS) supports php 5.3.3

As symfony 2 drop support of php 5.3.2, I think silex have to drop this support ?
My be I forgot to update composer.json ?
parents 6fd0f223 afbd26e0
...@@ -5,6 +5,5 @@ before_script: ...@@ -5,6 +5,5 @@ before_script:
- php composer.phar install --dev - php composer.phar install --dev
php: php:
- 5.3.2
- 5.3 - 5.3
- 5.4 - 5.4
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