File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- php : [8.2, 8. 3, 8.4]
16
+ php : [8.3, 8.4]
17
17
18
18
steps :
19
19
- name : Checkout code
Original file line number Diff line number Diff line change 6
6
" dev"
7
7
],
8
8
"require" : {
9
- "php" : " ^8.2 "
9
+ "php" : " ^8.3 "
10
10
},
11
11
"homepage" : " https://github.com/descom-es/php-dev" ,
12
12
"license" : " MIT" ,
25
25
"minimum-stability" : " dev" ,
26
26
"prefer-stable" : true ,
27
27
"require-dev" : {
28
- "friendsofphp/php-cs-fixer" : " ^3.35 " ,
29
- "phpunit/phpunit " : " ^9.5|^10.0|^10.5 " ,
30
- "phpstan/phpstan " : " ^1.8 "
28
+ "friendsofphp/php-cs-fixer" : " ^3.75 " ,
29
+ "phpstan/phpstan " : " ^2.1 " ,
30
+ "phpunit/phpunit " : " ^10.5|^11.5 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ parameters:
6
6
7
7
# The level 9 is the highest level
8
8
level: 5
9
-
10
- checkMissingIterableValueType: false
You can’t perform that action at this time.
0 commit comments