File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
* .phpstub linguist-language =PHP
12
12
13
13
# Ignore files for distribution archives.
14
+ /* .dist * export-ignore
14
15
/. * export-ignore
16
+ /rector.php export-ignore
17
+ /stubs export-ignore
18
+ /tests export-ignore
Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
php-version :
26
- - " 7.3"
27
26
- " 7.4"
28
27
- " 8.0"
28
+ - " 8.1"
29
29
dependencies :
30
30
- " lowest"
31
31
- " highest"
Original file line number Diff line number Diff line change 4
4
[ ![ Downloads] ( https://img.shields.io/packagist/dt/fox91/dev-tools.svg?colorB=007EC6 )] ( https://packagist.org/packages/fox91/dev-tools )
5
5
[ ![ Build status] ( https://github.com/fox91/php-dev-tools/workflows/php-ci/badge.svg?branch=main )] ( https://github.com/fox91/php-dev-tools/actions?query=workflow%3Aphp-ci+branch%3Amain )
6
6
7
- Compatible with PHP ` 7.3 ` , ` 7.4 ` and ` 8.0 ` .
7
+ Compatible with PHP ` 7.4 ` , ` 8.0 ` and ` 8.1 ` .
8
8
9
9
## Included tools
10
10
Original file line number Diff line number Diff line change 12
12
"minimum-stability" : " dev" ,
13
13
"prefer-stable" : true ,
14
14
"require" : {
15
- "php" : " ^7.3 || ~8.0.0" ,
15
+ "php" : " ^7.4 || ~8.0.0 || ~8.1 .0" ,
16
16
"fox91/coding-standard" : " ^0.2.0" ,
17
17
"php-parallel-lint/php-console-highlighter" : " ^0.5.0" ,
18
18
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
19
19
"phpunit/phpunit" : " ^9.5" ,
20
20
"psalm/plugin-phpunit" : " ^0.15.1 || ^0.16.0" ,
21
- "rector/rector" : " ^0.12.0 <0.12.9 " ,
21
+ "rector/rector" : " ^0.12.0" ,
22
22
"roave/security-advisories" : " dev-latest" ,
23
23
"squizlabs/php_codesniffer" : " ^3.6" ,
24
24
"vimeo/psalm" : " ^4.6"
33
33
},
34
34
"sort-packages" : true
35
35
},
36
- "conflict" : {
37
- "rector/rector" : " 0.11.33, 0.11.34"
38
- },
39
36
"suggest" : {
40
37
"brainbits/phpstan-rules" : " [--dev] PHPStan extension with opinionated strict rules for better code in tests" ,
41
38
"ergebnis/phpstan-rules" : " [--dev] Provides additional rules for phpstan/phpstan" ,
Original file line number Diff line number Diff line change 27
27
$ containerConfigurator ->import (PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD );
28
28
$ containerConfigurator ->import (PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER );
29
29
$ containerConfigurator ->import (SetList::CODE_QUALITY );
30
- $ containerConfigurator ->import (SetList::CODE_QUALITY_STRICT );
31
30
$ containerConfigurator ->import (SetList::DEAD_CODE );
32
31
$ containerConfigurator ->import (SetList::NAMING );
33
32
$ containerConfigurator ->import (SetList::PHP_74 );
You can’t perform that action at this time.
0 commit comments