Skip to content

Commit 696e9c2

Browse files
committed
Merge pull request #10 from Padam87/sf3
Sf3
2 parents 90395b0 + e64d850 commit 696e9c2

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ language: php
22

33
php:
44
- 5.3
5-
- 5.4
6-
- 5.5
75
- 5.6
86

97
env:
108
- SYMFONY_VERSION=2.3.*
11-
- SYMFONY_VERSION=2.4.*
12-
- SYMFONY_VERSION=2.5.*
13-
- SYMFONY_VERSION=2.6.*
9+
- SYMFONY_VERSION=2.8.*
10+
- SYMFONY_VERSION=3.0.*
11+
12+
matrix:
13+
fast_finish: true
14+
exclude:
15+
- php: 5.3
16+
env: SYMFONY_VERSION=3.0.*
1417

1518
before_script:
1619
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"require": {
1818
"php": ">=5.3.3",
19-
"symfony/process": "~2.3",
20-
"symfony/stopwatch": "~2.3",
21-
"symfony/routing": "~2.3"
19+
"symfony/process": "~2.3|~3.0",
20+
"symfony/stopwatch": "~2.3|~3.0",
21+
"symfony/routing": "~2.3|~3.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "~4.2",
2525
"mockery/mockery": "~0.9",
26-
"satooshi/php-coveralls": "dev-master"
26+
"satooshi/php-coveralls": "~1.0"
2727
},
2828
"target-dir": "Padam87/RasterizeBundle"
2929
}

0 commit comments

Comments
 (0)