File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 7
7
- 7.2
8
8
- 7.3
9
9
- 7.4
10
+ - 8.0
10
11
11
12
before_script :
12
13
- composer self-update
Original file line number Diff line number Diff line change 20
20
"php" : " >=7.1"
21
21
},
22
22
"require-dev" : {
23
- "friendsofphp/php-cs-fixer" : " ^2.15 " ,
24
- "johnkary/phpunit-speedtrap" : " ^3.1 " ,
23
+ "friendsofphp/php-cs-fixer" : " ^2.16 " ,
24
+ "johnkary/phpunit-speedtrap" : " ^3.2 " ,
25
25
"phpstan/phpstan" : " ^0.11" ,
26
26
"phpstan/phpstan-phpunit" : " ^0.11" ,
27
27
"phpunit/phpunit" : " ~7.5" ,
28
28
"slam/phpstan-extensions" : " ^3.4" ,
29
- "squizlabs/php_codesniffer" : " ~3.1 " ,
29
+ "squizlabs/php_codesniffer" : " ~3.5 " ,
30
30
"thecodingmachine/phpstan-strict-rules" : " ^0.11"
31
31
},
32
32
"autoload" : {
41
41
"psr-4" : {
42
42
"Tests\\ Fresh\\ Transliteration\\ " : " tests/"
43
43
}
44
- },
45
- "extra" : {
46
- "branch-alias" : {
47
- "dev-master" : " 2.0.x-dev"
48
- }
49
44
}
50
45
}
You can’t perform that action at this time.
0 commit comments