File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
build
2
2
composer.lock
3
3
vendor
4
- run.php
4
+ run.php
5
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
4
- 7.1
5
+ - 7.2
6
+ - 7.3
6
7
7
8
env :
8
9
matrix :
9
10
- COMPOSER_FLAGS="--prefer-lowest"
10
11
- COMPOSER_FLAGS=""
11
12
12
13
before_script :
13
- - travis_retry composer self-update
14
- - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
14
+ - travis_retry composer self-update
15
+ - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
15
16
16
17
script :
17
- - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
18
+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
18
19
19
20
after_script :
20
- - wget https://scrutinizer-ci.com/ocular.phar
21
- - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
21
+ - wget https://scrutinizer-ci.com/ocular.phar
22
+ - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 15
15
16
16
}
17
17
],
18
- "autoload" :{
19
- "psr-4" :{
20
- "LVR\\ State\\ " :" src/"
18
+ "autoload" : {
19
+ "psr-4" : {
20
+ "LVR\\ State\\ " : " src/"
21
21
}
22
22
},
23
23
"autoload-dev" : {
24
24
"psr-4" : {
25
25
"LVR\\ State\\ Tests\\ " : " tests/"
26
26
}
27
27
},
28
- "minimum-stability" : " stable" ,
28
+ "minimum-stability" : " stable" ,
29
29
"require" : {
30
- "illuminate/contracts" : " ^5.5" ,
31
- "illuminate/support" : " ^5.5" ,
32
- "php" : " ^7.0"
30
+ "illuminate/contracts" : " ^5.5|^6.0" ,
31
+ "illuminate/support" : " ^5.5|^6.0"
33
32
},
34
33
"require-dev" : {
35
- "phpunit/phpunit" : " ^6.3 " ,
36
- "orchestra/testbench" : " ^3.5"
34
+ "phpunit/phpunit" : " ^7.0|^8.0 " ,
35
+ "orchestra/testbench" : " ^3.5|^4.0 "
37
36
},
38
- "suggest" : {
39
- }
37
+ "suggest" : {}
40
38
}
You can’t perform that action at this time.
0 commit comments