File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
push :
8
8
branches :
9
- - " 1.5 .x"
9
+ - " 2.0 .x"
10
10
11
11
jobs :
12
12
lint :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
push :
8
8
branches :
9
- - " 1.5 .x"
9
+ - " 2.0 .x"
10
10
11
11
jobs :
12
12
tests :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: "Test projects"
5
5
on :
6
6
push :
7
7
branches :
8
- - " 1.5 .x"
8
+ - " 2.0 .x"
9
9
10
10
jobs :
11
11
test-projects :
Original file line number Diff line number Diff line change 6
6
" MIT"
7
7
],
8
8
"require" : {
9
- "php" : " ^7.2 || ^8.0" ,
10
- "phpstan/phpstan" : " ^1.12 "
9
+ "php" : " ^7.4 || ^8.0" ,
10
+ "phpstan/phpstan" : " ^2.0 "
11
11
},
12
12
"conflict" : {
13
13
"doctrine/collections" : " <1.0" ,
30
30
"doctrine/persistence" : " ^2.2.1 || ^3.2" ,
31
31
"gedmo/doctrine-extensions" : " ^3.8" ,
32
32
"nesbot/carbon" : " ^2.49" ,
33
- "nikic/php-parser" : " ^4.13.2" ,
34
33
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
35
- "phpstan/phpstan-phpunit" : " ^1.3.13 " ,
36
- "phpstan/phpstan-strict-rules" : " ^1.5.1 " ,
34
+ "phpstan/phpstan-phpunit" : " ^2.0 " ,
35
+ "phpstan/phpstan-strict-rules" : " ^2.0 " ,
37
36
"phpunit/phpunit" : " ^9.6.20" ,
38
37
"ramsey/uuid" : " ^4.2" ,
39
38
"symfony/cache" : " ^5.4"
You can’t perform that action at this time.
0 commit comments