File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
global :
12
12
- TEST_COMMAND="composer test"
13
- - SYMFONY_VERSION=2.7 .*
13
+ - SYMFONY_VERSION=2.8 .*
14
14
15
15
matrix :
16
- allow_failures :
17
- - php : 7.0
18
16
fast_finish : true
19
17
include :
20
18
- php : 5.4
Original file line number Diff line number Diff line change 14
14
"minimum-stability" : " dev" ,
15
15
"prefer-stable" : true ,
16
16
"require" : {
17
+ "php" : " >=5.4" ,
17
18
"php-http/discovery" : " ^0.2.0" ,
18
19
"php-http/client-implementation" : " ^1.0" ,
19
20
"php-http/message-factory" : " ^0.2.0" ,
21
+ "php-http/plugins" : " dev-master" ,
20
22
"symfony/framework-bundle" : " ^2.7|^3.0"
21
23
},
22
24
"require-dev" : {
25
+ "phpunit/phpunit" : " ^4.4" ,
23
26
"symfony/symfony" : " ^2.7|^3.0" ,
24
- "php-http/guzzle6-adapter" : " ^0.2" ,
25
27
"polishsymfonycommunity/symfony-mocker-container" : " ~1.0" ,
26
28
"matthiasnoback/symfony-dependency-injection-test" : " 0.*"
27
29
},
30
32
"Http\\ HttplugBundle\\ " : " "
31
33
}
32
34
},
35
+ "scripts" : {
36
+ "test" : " vendor/bin/phpunit" ,
37
+ "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
38
+ },
33
39
"extra" : {
34
40
"branch-alias" : {
35
41
"dev-master" : " 1.0-dev"
You can’t perform that action at this time.
0 commit comments