File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
include :
14
- - php : ' 8.1'
15
- dependencies-preference : " "
16
14
- php : ' 8.1'
17
15
dependencies-preference : " --prefer-lowest"
18
16
- php : ' 8.2'
Original file line number Diff line number Diff line change 28
28
"php-http/message-factory" : " ^1.0" ,
29
29
"phpdocumentor/reflection-docblock" : " ^5.0" ,
30
30
"psr/http-message" : " ^1.0 || ^2.0" ,
31
- "symfony/options-resolver" : " ^6.4.8" ,
32
- "symfony/property-access" : " ^6.4.9" ,
33
- "symfony/property-info" : " ^6.4.9" ,
34
- "symfony/serializer" : " ^6.4.9"
31
+ "symfony/options-resolver" : " ^6.4.8 || ^7.1.1 " ,
32
+ "symfony/property-access" : " ^6.4.9 || ^7.1.4 " ,
33
+ "symfony/property-info" : " ^6.4.9 || ^7.1.3 " ,
34
+ "symfony/serializer" : " ^6.4.9 || ^7.1.5 "
35
35
},
36
36
"require-dev" : {
37
37
"dms/phpunit-arraysubset-asserts" : " ^0.4.0" ,
46
46
"phpmetrics/phpmetrics" : " ^2.7" ,
47
47
"phpunit/phpunit" : " ^9.6" ,
48
48
"sebastian/comparator" : " ^4.0.5" ,
49
- "symfony/cache" : " ^6.4.9" ,
49
+ "symfony/cache" : " ^6.4.9 || ^7.1.5 " ,
50
50
"vimeo/psalm" : " ^5.20"
51
51
},
52
52
"autoload" : {
You can’t perform that action at this time.
0 commit comments