Skip to content

Commit

Permalink
Merge pull request #10 from Padam87/sf3
Browse files Browse the repository at this point in the history
Sf3
  • Loading branch information
Padam87 committed Feb 4, 2016
2 parents 90395b0 + e64d850 commit 696e9c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ 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.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*

matrix:
fast_finish: true
exclude:
- php: 5.3
env: SYMFONY_VERSION=3.0.*

before_script:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"require": {
"php": ">=5.3.3",
"symfony/process": "~2.3",
"symfony/stopwatch": "~2.3",
"symfony/routing": "~2.3"
"symfony/process": "~2.3|~3.0",
"symfony/stopwatch": "~2.3|~3.0",
"symfony/routing": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"mockery/mockery": "~0.9",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "~1.0"
},
"target-dir": "Padam87/RasterizeBundle"
}

0 comments on commit 696e9c2

Please sign in to comment.