Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from ETSGlobal/master
Browse files Browse the repository at this point in the history
Support Symfony from version 2.3
  • Loading branch information
wjzijderveld committed Apr 1, 2015
2 parents 1af1e18 + e47ce07 commit 75717c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"

before_script:
- composer install
- composer require symfony/http-kernel:${SYMFONY_VERSION}

script:
- phpunit

branches:
only:
- master
- master
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"symfony/http-kernel": "~2.4"
"symfony/http-kernel": "~2.3"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 75717c8

Please sign in to comment.