File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 4
4
- 5.3
5
5
- 5.4
6
6
- 5.5
7
+ - 5.6
7
8
- hhvm
8
9
10
+ env :
11
+ - PACKAGE_VERSION=high
12
+
13
+ matrix :
14
+ include :
15
+ - php : 5.3.3
16
+ env : PACKAGE_VERSION=low
17
+
9
18
before_script :
10
- - composer install --prefer-source --dev
19
+ - composer selfupdate
20
+ - if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-source; fi
21
+ - if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-source; fi
11
22
12
23
script : phpunit -c tests/phpunit.xml.dist
13
24
Original file line number Diff line number Diff line change 27
27
}
28
28
],
29
29
"require" : {
30
- "php" : " >=5.3.0 " ,
30
+ "php" : " >=5.3.3 " ,
31
31
"phpcr/phpcr" : " ~2.1.0" ,
32
- "symfony/console" : " ~2.0 "
32
+ "symfony/console" : " 2.*,>=2.0.5 "
33
33
},
34
34
"autoload" : {
35
35
"psr-0" : {
You can’t perform that action at this time.
0 commit comments