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 3
3
"description" : " Image manipulation to web" ,
4
4
"type" : " library" ,
5
5
"require" : {
6
- "php" : " ^8.2 " ,
6
+ "php" : " ^8.3 " ,
7
7
"intervention/image" : " ^2.7"
8
8
},
9
9
"homepage" : " https://github.com/descom-es/image-x" ,
23
23
"minimum-stability" : " dev" ,
24
24
"prefer-stable" : true ,
25
25
"require-dev" : {
26
- "friendsofphp/php-cs-fixer" : " ^3.4 " ,
27
- "phpunit/phpunit" : " ^9.3|^ 10.0|^10 .5" ,
28
- "phpstan/phpstan" : " ^1.2 "
26
+ "friendsofphp/php-cs-fixer" : " ^3.75 " ,
27
+ "phpunit/phpunit" : " ^10.5|^11 .5" ,
28
+ "phpstan/phpstan" : " ^2.1 "
29
29
},
30
30
"autoload" : {
31
31
"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