ETSGlobal / ETSPaymentOgoneBundle

An Ogone provider for JMSPaymentCoreBundle
12 stars 16 forks source link

Symfony 2.4 compatibility #19

Closed igormancos closed 10 years ago

igormancos commented 10 years ago

Tested on Symfony 2.4 version.

ClementGautier commented 10 years ago

refs #18

ClementGautier commented 10 years ago

As I said in the issue, can you please complete the .travis.yml too ?


php:
  - 5.3
  - 5.4
  - 5.5
  - hhvm

env:
  - SYMFONY_VERSION=2.2.*
  - SYMFONY_VERSION=2.3.*
  - SYMFONY_VERSION=2.4.*
  - SYMFONY_VERSION=dev-master

before_script:
  - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
  - composer install --dev
ch3ric commented 10 years ago

Thanks @igorladela & @ClementGautier