File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88php :
99 - 7.4
10+ - 8.0
11+ - 8.1
1012
1113services :
1214 - elasticsearch
@@ -25,6 +27,18 @@ matrix:
2527 env : COMPOSER_EXTRA_ARGS="" PHPSTAN=1 RUN_TESTS=0
2628 - php : 7.4
2729 env : COMPOSER_EXTRA_ARGS="" CODING_STANDARD=1 RUN_TESTS=0
30+ - php : 8.0
31+ env : COMPOSER_EXTRA_ARGS="" COVERAGE="--coverage ./coverage.xml --coverage-src ./src"
32+ - php : 8.0
33+ env : COMPOSER_EXTRA_ARGS="" PHPSTAN=1 RUN_TESTS=0
34+ - php : 8.0
35+ env : COMPOSER_EXTRA_ARGS="" CODING_STANDARD=1 RUN_TESTS=0
36+ - php : 8.1
37+ env : COMPOSER_EXTRA_ARGS="" COVERAGE="--coverage ./coverage.xml --coverage-src ./src"
38+ - php : 8.1
39+ env : COMPOSER_EXTRA_ARGS="" PHPSTAN=1 RUN_TESTS=0
40+ - php : 8.1
41+ env : COMPOSER_EXTRA_ARGS="" CODING_STANDARD=1 RUN_TESTS=0
2842
2943before_install :
3044 - travis_retry composer self-update
Original file line number Diff line number Diff line change 3131 "elasticsearch/elasticsearch" : " ^2.4.0 || ^7.12.0" ,
3232 "nette/di" : " ^2.4.17 || ^3.0" ,
3333 "nette/utils" : " ^2.5.7 || ^3.0" ,
34- "kdyby/console" : " ^2.7.1 || ^2.8 .0" ,
34+ "kdyby/console" : " ^4.0 .0" ,
3535 "symfony/console" : " ^4" ,
3636 "tracy/tracy" : " ^2.6.7" ,
3737 "monolog/monolog" : " ^2.0.2" ,
5656 "psr-4" : {
5757 "SpameriTests\\ " : " tests/SpameriTests"
5858 }
59+ },
60+ "config" : {
61+ "allow-plugins" : {
62+ "dealerdirect/phpcodesniffer-composer-installer" : true
63+ }
5964 }
6065}
You can’t perform that action at this time.
0 commit comments