Skip to content

Commit 45ab990

Browse files
committed
tweak versions to support php7.3
1 parent e28dad0 commit 45ab990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ubuntu-latest]
15-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
15+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1616
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1717
steps:
1818
- name: Checkout code

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
}
3636
},
3737
"require": {
38-
"php": ">=7.2",
38+
"php": ">=7.3",
3939
"omnipay/common": "^3.2",
40-
"symfony/http-client": "^6.3"
40+
"symfony/http-client": "^5.4"
4141
},
4242
"require-dev": {
4343
"phpunit/phpunit": "^9.6",
44-
"mockery/mockery": "^1.6",
44+
"mockery/mockery": "^1.5",
4545
"squizlabs/php_codesniffer": "^3.7",
4646
"omnipay/tests": "^4.1",
4747
"http-interop/http-factory-guzzle": "^1.2"

0 commit comments

Comments
 (0)