File tree 5 files changed +30
-10
lines changed
5 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* This file is part of `prooph/php-cs-fixer-config`.
5
- * (c) 2016-2018 prooph software GmbH <contact@prooph.de>
6
- * (c) 2016-2018 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
5
+ * (c) 2016-2020 prooph software GmbH <contact@prooph.de>
6
+ * (c) 2016-2020 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
7
7
*
8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
Original file line number Diff line number Diff line change @@ -17,6 +17,26 @@ matrix:
17
17
- php : 7.2
18
18
env :
19
19
- DEPENDENCIES="--prefer-lowest --prefer-stable"
20
+ - php : 7.3
21
+ env :
22
+ - DEPENDENCIES=""
23
+ - TEST_COVERAGE=true
24
+ - php : 7.3
25
+ env :
26
+ - DEPENDENCIES="--prefer-lowest --prefer-stable"
27
+ - php : 7.4
28
+ env :
29
+ - DEPENDENCIES=""
30
+ - TEST_COVERAGE=true
31
+ - php : 7.4
32
+ env :
33
+ - DEPENDENCIES="--prefer-lowest --prefer-stable"
34
+ - php : 8.0
35
+ env :
36
+ - DEPENDENCIES=""
37
+ - php : 8.0
38
+ env :
39
+ - DEPENDENCIES="--prefer-lowest --prefer-stable"
20
40
21
41
cache :
22
42
directories :
@@ -31,7 +51,7 @@ before_script:
31
51
32
52
script :
33
53
- if [[ $TEST_COVERAGE == 'true' ]]; then php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml; else ./vendor/bin/phpunit; fi
34
- - ./vendor/bin/php-cs-fixer fix -v --diff --dry-run
54
+ - if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/php-cs-fixer fix -v --diff --dry-run ; fi
35
55
36
56
after_success :
37
57
- if [[ $TEST_COVERAGE == 'true' ]]; then php vendor/bin/coveralls -v; fi
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " ^7.1" ,
19
- "friendsofphp/php-cs-fixer" : " ^2.16.3 "
18
+ "php" : " ^7.1 || ^8.0 " ,
19
+ "friendsofphp/php-cs-fixer" : " ^2.17.1 "
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^6.0 " ,
22
+ "phpunit/phpunit" : " ^7.5 || ^9.5 " ,
23
23
"satooshi/php-coveralls" : " ^1.0"
24
24
},
25
25
"autoload" : {
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* This file is part of `prooph/php-cs-fixer-config`.
5
- * (c) 2016-2018 prooph software GmbH <contact@prooph.de>
6
- * (c) 2016-2018 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
5
+ * (c) 2016-2020 prooph software GmbH <contact@prooph.de>
6
+ * (c) 2016-2020 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
7
7
*
8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* This file is part of `prooph/php-cs-fixer-config`.
5
- * (c) 2016-2018 prooph software GmbH <contact@prooph.de>
6
- * (c) 2016-2018 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
5
+ * (c) 2016-2020 prooph software GmbH <contact@prooph.de>
6
+ * (c) 2016-2020 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
7
7
*
8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
You can’t perform that action at this time.
0 commit comments