File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ matrix:
21
21
- php : hhvm
22
22
env : SYMFONY_VERSION=2.6.* PHPUNIT_VERSION=~4.0
23
23
- php : 5.6
24
- env : SYMFONY_VERSION=2.7.*@dev PHPUNIT_VERSION=~4.0
24
+ env : SYMFONY_VERSION=2.7.* PHPUNIT_VERSION=~4.0
25
+ - php : 5.6
26
+ env : SYMFONY_VERSION=2.8.*@dev PHPUNIT_VERSION=~4.0
27
+ - php : 5.6
28
+ env : SYMFONY_VERSION=3.0.*@dev PHPUNIT_VERSION=~4.0
25
29
26
30
before_script :
27
31
- composer require --no-update "symfony/config:${SYMFONY_VERSION}"
28
- - composer require --no-update "phpunit/phpunit:${PHPUNIT_VERSION}"
32
+ - composer require --dev -- no-update "phpunit/phpunit:${PHPUNIT_VERSION}"
29
33
- composer update
30
34
31
35
notifications :
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "phpunit/phpunit" : " >=3.7" ,
17
- "sebastian/exporter" : " 1.*"
16
+ "php" : " >=5.3" ,
17
+ "sebastian/exporter" : " 1.*" ,
18
+ "symfony/config" : " ~2.0|~3.0"
19
+ },
20
+ "require-dev" : {
21
+ "phpunit/phpunit" : " >=3.7"
18
22
},
23
+ "minimum-stability" : " dev" ,
24
+ "prefer-stable" : true ,
19
25
"autoload" : {
20
26
"psr-4" : { "Matthias\\ SymfonyConfigTest\\ " : " " }
21
- },
22
- "require" : {
23
- "php" : " >=5.3" ,
24
- "symfony/config" : " 2.*"
25
27
}
26
28
}
You can’t perform that action at this time.
0 commit comments