File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
- " lowest"
19
19
- " highest"
20
20
php-version :
21
+ - " 7.2"
21
22
- " 7.3"
22
23
- " 7.4"
23
24
- " 8.0"
45
46
run : " composer update --no-interaction --no-progress --no-suggest"
46
47
47
48
- name : " Tests"
48
- run : " vendor/bin/phpunit"
49
+ run : " vendor/bin/phpunit"
Original file line number Diff line number Diff line change 42
42
"classmap" : [" tests/OmnipayTest.php" ]
43
43
},
44
44
"require" : {
45
- "php" : " ^7.3 |^8" ,
45
+ "php" : " ^7.2 |^8" ,
46
46
"php-http/client-implementation" : " ^1" ,
47
47
"php-http/message" : " ^1.5" ,
48
48
"php-http/discovery" : " ^1.13" ,
51
51
"moneyphp/money" : " ^3.1"
52
52
},
53
53
"require-dev" : {
54
- "omnipay/tests" : " ^4" ,
54
+ "omnipay/tests" : " ^4.1 " ,
55
55
"php-http/mock-client" : " ^1" ,
56
56
"squizlabs/php_codesniffer" : " ^3.5"
57
57
},
58
58
"extra" : {
59
59
"branch-alias" : {
60
- "dev-master" : " 3.0 .x-dev"
60
+ "dev-master" : " 3.1 .x-dev"
61
61
}
62
62
},
63
63
"suggest" : {
You can’t perform that action at this time.
0 commit comments