Skip to content

Commit 3b19dac

Browse files
authored
PHP7.2
1 parent fae2bc9 commit 3b19dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"classmap": ["tests/OmnipayTest.php"]
4343
},
4444
"require": {
45-
"php": "^7.3|^8",
45+
"php": "^7.2|^8",
4646
"php-http/client-implementation": "^1",
4747
"php-http/message": "^1.5",
4848
"php-http/discovery": "^1.13",
@@ -51,13 +51,13 @@
5151
"moneyphp/money": "^3.1"
5252
},
5353
"require-dev": {
54-
"omnipay/tests": "^4",
54+
"omnipay/tests": "^4.1",
5555
"php-http/mock-client": "^1",
5656
"squizlabs/php_codesniffer": "^3.5"
5757
},
5858
"extra": {
5959
"branch-alias": {
60-
"dev-master": "3.0.x-dev"
60+
"dev-master": "3.1.x-dev"
6161
}
6262
},
6363
"suggest": {

0 commit comments

Comments
 (0)